mirror of https://github.com/logos-co/roadmap.git
add local server command to readme
This commit is contained in:
parent
38a31983a1
commit
0aa859db2c
|
@ -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.
|
- 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.
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue