document JS rebuild

master
Sebastien Bourdeauducq 2021-03-22 17:45:50 +08:00
parent a9f2c3a48c
commit 992c7e0d79
1 changed files with 6 additions and 0 deletions

View File

@ -17,3 +17,9 @@ Start:
```
zola serve
```
To update the .min.js and .jsx file:
```
nix-shell -p nodejs --run "npm run build"
```