MangoWC Web is the website for MangoWC — a lightweight, high-performance Wayland compositor built on dwl. This site provides detailed documentation, configuration guides, and developer resources for both users and contributors.
Note: This project uses Bun as the preferred package manager for its speed and modern features.
git clone [email protected]:atheeq-rhxn/mangowc-web.git
cd mangowc-webbun installbun run devOnce running, open http://localhost:3001 in your browser.
| Command | Description |
|---|---|
bun run dev |
Start the local development server |
bun run build |
Build the site for production |
bun run check |
Run linting and formatting using Biome |
bun run check-types |
Perform TypeScript type checking |
mangowc-web/
├── docs/ # Markdown/MDX documentation content
├── apps/
│ └── web/ # Main Next.js application
│ ├── src/
│ │ ├── app/ # Next.js App Router pages
│ │ ├── components/ # Shared UI components
│ │ └── lib/ # Configurations & utilities
│ └── public/ # Static assets
└── turbo.json # Turborepo configuration
- Core Project: DreamMaoMao/mangowc
- Project Wiki: DreamMaoMao/mangowc
- Live Site: https://mangowc.vercel.app