Installation
Install pnpm
# Clone the repository
git clone https://github.com/jackyzha0/quartz.git
cd quartz
# Init quartz
pnpm install
npx quartz createUsage
# Debug
npx quartz build --serve
# Release
npx quartz buildInstall pnpm
# Clone the repository
git clone https://github.com/jackyzha0/quartz.git
cd quartz
# Init quartz
pnpm install
npx quartz create# Debug
npx quartz build --serve
# Release
npx quartz build