Skip to content

lourd/descioli.com

Repository files navigation

Made with

TypeScript, React, Next.js, and love. Content written in MDX via next-mdx-remote.

Development

Requires Node.js and pnpm.

# 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