This is the website of shumai.one.
This project is built using React 19, Vite, Tailwind CSS, and TypeScript, running on the Bun runtime.
- Install dependencies:
bun install
- Configure environment:
Set
GEMINI_API_KEYin.env.local - Start local development server:
bun run dev
This repository uses Biome for formatting, linting, and import organization. Before committing changes, make sure all validations pass:
bun run validate