Quick Start
# Create your next amazing project
bunx create-mantou-app my-app
# Jump into the action
cd my-app
bun install
bun run dev
📁 Project Structure
my-app/
├── src/
│ ├── app/ # Your pages live here
│ │ ├── page.tsx # Root page
│ │ └── layout.tsx # Root layout
│ │ └── route.ts # Route file
│ └── components/
└── mantou.config.ts # Configuration File