2021-05-08 15:35:20 +00:00
|
|
|
# Contributing
|
|
|
|
|
|
|
|
## Development workflow
|
|
|
|
|
|
|
|
In the monorepo first install and build Astro:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
yarn install
|
|
|
|
yarn build
|
|
|
|
```
|
|
|
|
|
|
|
|
To start the development server run:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
yarn dev:vscode
|
|
|
|
```
|
|
|
|
|
2021-05-12 18:06:16 +00:00
|
|
|
Then in the **Debug** panel select **Launch Extension** from the dropdown and click the run button.
|
2021-05-08 15:35:20 +00:00
|
|
|
|
|
|
|
<img width="558" alt="Screen Shot 2021-05-07 at 8 51 37 AM" src="https://user-images.githubusercontent.com/361671/117452223-807e5580-af11-11eb-8404-dd615784408a.png">
|