Skip to content

EricDarve/NLA

Repository files navigation

CME 302 Class Notes 2024

How to generate the static web pages

npx quartz build --serve

This will start a local web server to run your Quartz on your computer. Open a web browser and visit http://localhost:8080/ to view it.

Note: update file constants.js (v4main):

export const QUARTZ_SOURCE_BRANCH = "v4"

Sync with GitHub

npx quartz sync