modify README.md

This commit is contained in:
leafee98 2023-10-23 17:37:29 +08:00
parent 0aac336129
commit c566536dfd

View file

@ -20,9 +20,9 @@ yarn r --generate --config config-example.toml
## Develop
Clone this repo, run follow command, it will generate html and reload page realtime when you modify source code. Note this is implemented simply by polling a http path every second, so it will create a lot log under "Network" tag of browser's developer tools.
Clone this repo, run follow command, it will generate html and reload page realtime when you modify source code (Implemented with livereload).
```
cp config-example.toml config.toml
yarn watch
yarn live
```