Installation

Install pnpm

# Clone the repository
git clone https://github.com/jackyzha0/quartz.git
cd quartz
 
# Init quartz
pnpm install
npx quartz create

Usage

# Debug
npx quartz build --serve
 
# Release
npx quartz build

Appendix