Skip to content

adamelliotfields/nextra-demo

Repository files navigation

nextra-demo

Spent a couple days playing with Nextra. It's Next.js + MDX with lots of thoughtful additions. I'm also using Bun, Biome, Tailwind, and shadcn-ui.

Demo: aef.me/nextra-demo

Usage

# install bun
export PATH="${HOME}/.bun/bin:${PATH}"
curl -fsSL https://bun.sh/install | bash
bun dev