The official website for Mue — showcasing features, docs, marketplace, and more.
- Blog - News, updates, and announcements
- Documentation - Comprehensive guides and API docs
- Marketplace - Browse and discover themes, quote packs, and widgets
- Demo - Try Mue in your browser
- Download - Get Mue for your browser
- Modern, responsive design built with Next.js and Tailwind CSS
Install dependencies with bun install
, and then you can run any of the following scripts as needed:
bun dev
- start development serverbun build
- build production copybun lint
- run linterbun format
- format code with prettierbun format:check
- check code formatting