overview:

🪴 Get Started

prerequisites:

GitHub users

Create a repository from the GitHub template (Option A), then clone it.

Fresh Setup

commands:

git clone https://github.com/jackyzha0/quartz.git
cd quartz
npm i
npx quartz create
npx quartz plugin install --from-config
npx quartz build --serve

result:

  • local_url: http://localhost:8080

next:

Returning Users (Cloning Existing Repo)

commands:

git clone https://github.com/<your-username>/<your-repo>.git
cd <your-repo>
npm ci
npx quartz plugin install
npx quartz build --serve

Tip

If builds fail on a fresh clone, run npx quartz plugin install --latest. See troubleshooting > Plugins fail to build on a fresh clone.

🔧 Features

features:

🚧 Troubleshooting + Updating

help: