Install pnpm
like so
The usual scripts for a Next site, using pnpm
pnpm install
cd sites/<siteName>
pnpm dev
Since "pnpm" is a finger twister, many people alias it to "pn". For example, with bash
, put alias pn='pnpm'
in .bashrc
.
- Next.js 14
- Radix UI Primitives
- Tailwind CSS
- Icons from Lucide
- Dark mode with
next-themes
- A potent React framework using Next 14, Tailwind and Radix
- Renders most content from simple 'Block' definitions (in
/src/content
) - Lives on GitHub here