TypeScript, React, Next.js, and love. Content written in MDX via next-mdx-remote.
# dev server
pnpm dev
# make a prod build
pnpm build
# analyze the bundle
ANALYZE=true pnpm build
# check linting and formatting
pnpm lint
# autofix formatting
pnpm format