mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
3ef1b01e14
* Yarn format * Fix changeset --since * Fix Windows tests
463 B
463 B
Contributing
Development workflow
In the monorepo first install and build Astro:
yarn install
yarn build
To start the development server run:
yarn dev:vscode
Then in the Debug panel select Launch Extension from the dropdown and click the run button.