add local server command to readme

This commit is contained in:
chair28980 2024-10-10 18:22:08 -07:00
parent 38a31983a1
commit 0aa859db2c
1 changed files with 9 additions and 0 deletions

View File

@ -54,3 +54,12 @@ In order to use the templates in the `Templates` folder for auto populating comm
- assign whichever templates you want to be triggered when a new file is created in a given folder.
Refer the [Templater documentation](https://silentvoid13.github.io/Templater/) for how to create your own templates.
## Local development
Run locally with live refresh:
```bash
npx quartz build --serve
```