docs: use pre-compiled CSS from linked package

This commit is contained in:
Eric Liu 2020-10-09 18:00:42 -07:00
commit 905330bc14
4 changed files with 8 additions and 5 deletions

View file

@ -35,6 +35,12 @@ Install the project dependencies:
yarn install
```
Build the CSS used in the documentation site:
```sh
yarn build:css
```
## Documentation set-up
Component documentation is located in the `docs` folder. The website is built using svite, routify, and MDsveX. You will need to create a symbolic project link in order to see live changes reflected when developing locally.