modify README.md
This commit is contained in:
parent
0aac336129
commit
c566536dfd
|
@ -20,9 +20,9 @@ yarn r --generate --config config-example.toml
|
||||||
|
|
||||||
## Develop
|
## 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
|
cp config-example.toml config.toml
|
||||||
yarn watch
|
yarn live
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue