mirror of
https://github.com/tiennm99/try-claudekit.git
synced 2026-04-17 13:21:43 +00:00
Move tech stack, getting started, and gameplay sections into docs/ folder. Slim README down to a landing page with links.
538 B
538 B
Getting Started
Prerequisites
- Node.js (LTS recommended)
- npm (comes with Node.js)
Setup
npm install
npm run dev
Open the URL shown in the terminal (default: http://localhost:5173).
Scripts
| Command | Description |
|---|---|
npm run dev |
Start Vite dev server with HMR |
npm run build |
Production build to dist/ |
npm run preview |
Preview the production build |
npm test |
Run all tests once |
npm run test:watch |
Run tests in watch mode |