npm install
npm run dev # http://localhost:5173| Command | Description |
|---|---|
npm run dev |
Start dev server |
npm run build |
Type-check + production build |
npm run lint |
ESLint |
npm run test:run |
Run tests once |
npm test |
Tests in watch mode |
npm run lint
npm run test:run
npm run buildAll three must pass.
- Commits: Conventional Commits —
feat:,fix:,chore:,docs:, etc. - Branches:
feat/short-description,fix/short-description. - PRs: one logical change per PR; keep diffs small and reviewable.
- Fork the repo and create a branch from
main. - Make your change with tests where applicable.
- Open a pull request — the CI must be green.