mirror of
https://github.com/mangowm/mangowm.github.io.git
synced 2026-05-02 14:27:46 -07:00
static-site
MangoWC Web
GITHUB
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.
βοΈ Installation
Note: This project uses Bun as the preferred package manager for its speed and modern features.
1. Clone the repository
git clone git@github.com:atheeq-rhxn/mangowc-web.git
cd mangowc-web
2. Install dependencies
bun install
π Development
Start the development server
bun run dev
Once running, open http://localhost:3001 in your browser.
π§° Available Scripts
| 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 |
ποΈ Project Structure
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
π Links
- Core Project: DreamMaoMao/mangowc
- Project Wiki: DreamMaoMao/mangowc
- Live Site: https://mangowc.vercel.app
Description
Languages
TypeScript
96.8%
CSS
2.2%
MDX
1%