Based on Nextra
Pre-requisites: Node.js 18+, pnpm 9+
- Optional: Create env based on .env.template
- Run
pnpm i
to install the dependencies. - Run
pnpm dev
to start the development server on localhost:3333 - Run
pnpm build
to build... - Run
pnpm start
to start the production server on localhost:3333
Run pnpm run analyze
to analyze the bundle size of the production build using @next/bundle-analyzer
.