Chart · Begin
Installation
Clone the harbor, install with pnpm, and run the stage locally.
Aoi is a Next.js 16 app. Use pnpm. Do not invent a second package manager for the same house.
Install
pnpm install
cp .env.example .env
pnpm dev
Open http://localhost:3000. The stage should load with the bound face on the right and the HUD on the left.
Scripts
| Script | Purpose |
| --- | --- |
| pnpm dev | Local development |
| pnpm build | Production build |
| pnpm start | Serve the production build |
| pnpm lint | ESLint |
| pnpm typecheck | TypeScript |