Install pnpm
like so and use pnpm install
and pnpm dev
to run the local development server:
pnpm install
cd app/<credit,finance,market,etc..>
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