mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
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.
