Skip to content

📜 Available Scripts

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