📜 Available Scripts
- Start the development server.
pnpm dev- Build the production version of the application.
pnpm build- Preview the production version of the application.
pnpm preview- Lint files using Biome.
pnpm lint- Format files using Biome.
pnpm format- Run TypeScript type checks without emitting files.
pnpm typecheck- Check for unused dependencies and files using Knip.
pnpm unused- Generate a parser using the defined grammar.pegjs file with Peggy.js.
pnpm parser- Run all tests.
pnpm test- Deploy to Surge.sh.
pnpm run deploy