Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🤩
- Host: GitHub
- URL: https://github.com/adamelliotfields/nextra-demo
- Owner: adamelliotfields
- License: mit
- Created: 2024-04-06T13:39:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T06:00:17.000Z (10 months ago)
- Last Synced: 2024-11-12T10:13:06.871Z (3 months ago)
- Topics: mdx, next, nextra, tailwind
- Language: MDX
- Homepage: https://aef.me/nextra-demo
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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
```