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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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