Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamelliotfields/nextra-demo

Demo Nextra site with shadcn-ui 🤩
https://github.com/adamelliotfields/nextra-demo

mdx next nextra tailwind

Last synced: 28 days ago
JSON representation

Demo Nextra site with shadcn-ui 🤩

Awesome Lists containing this project

README

        

# nextra-demo

Spent a couple days playing with [Nextra](https://nextra.site). 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](https://aef.me/nextra-demo/)

## Usage

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