@ -13,11 +13,11 @@ $> npm ci
### Building
```shell script
# Build the template in `dist/` for development
# Build the tool in `dist/` for development
$> npm run dev
# Same as above, but automatically rerun it whenever files are changed
$> npm run dev:server
# Build the template in `dist/` for deployment
# Build the tool in `dist/` for deployment
$> npm run deploy
```