Update README.md

This commit is contained in:
Jan Eitzinger
2022-09-28 19:55:32 +02:00
committed by GitHub
parent 13f0d171d7
commit 7814a184a1

View File

@@ -21,11 +21,9 @@ Install the dependencies...
yarn install yarn install
``` ```
...then start [Rollup](https://rollupjs.org): ...then build using [Rollup](https://rollupjs.org):
```bash ```bash
yarn run dev yarn build
``` ```
Edit a component file in `src`, save it, and reload the page to see your changes.