# Getting Started ## Prerequisites - [Node.js](https://nodejs.org/) (LTS recommended) - npm (comes with Node.js) ## Setup ```bash 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 |