- Install dependencies:
pnpm i --frozen-lockfile
- Run the dev server:
pnpm dev
pnpm checks
- Runs type, linting, and formatting checks concurrentlypnpm format
- Runs Prettier code style checkspnpm lint
- Runs ESLint checkspnpm stan
- Runs the TypeScript compiler as a type checkerpnpm test
- Runs test scripts