This project uses pnpm and @antfu/ni for fast and space-efficient package management while reducing typing for common operations. You can install them like so:
corepack enable
corepack prepare pnpm@latest --activate
pnpm i -g @antfu/ni
Now you can use ni to install dependencies in the repo:
niStart the development server on http://localhost:3000:
nr devTo make a static site build and deploy to Cloudflare Pages:
nr deploy