The official website for Mue — showcasing features, docs, marketplace, and more.
- Blog - News, updates, and announcements
- Documentation - Complete guides and API references
- Marketplace - Browse and discover preset settings, quote packs, and more
- Landing - Beautifully designed landing pages to showcase Mue's features
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 copy of the sitebun lint
- run linterbun format
- format code with prettierbun format:check
- check code formatting