Installation
Set up the Kaiming site for local development.
Quick Start
- Clone the repository:
Terminal
git clone https://github.com/anthropics/kaiming-site.git
cd kaiming-site
- Install dependencies:
Terminal
pnpm install
- Start the development server:
Terminal
pnpm dev
- Open http://localhost:3000 in your browser.
Available Scripts
| Command | Description |
|---|---|
pnpm dev | Start dev server |
pnpm build | Production build |
pnpm lint | Lint with ESLint |
pnpm typecheck | Type check with vue-tsc |