- Install dependencies:
npm ci
- Run the dev server:
npm run dev
npm run checks
- Runs type, linting, and formatting checks concurrentlynpm run format
- Runs Prettier code style checksnpm run lint
- Runs ESLint checksnpm run stan
- Runs the TypeScript compiler as a type checkernpm run test
- Runs test scripts