mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-25 07:25:42 -05:00
9 lines
194 B
Markdown
9 lines
194 B
Markdown
```bash
|
|
# Navigate to your local Quartz folder
|
|
cd Documents/personal_repos/cjnanthony.github.io**/**
|
|
|
|
# Start local server
|
|
make serve
|
|
|
|
# View your site in a browser at http://localhost:1313/
|
|
``` |