Skip to content

📜 Available Scripts

  1. Start the app in the development environment.
Terminal window
pnpm start
  1. Build the project files and optimize for production.
Terminal window
pnpm build
  1. Preview the production build locally.
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 unused dependencies and files with Knip.
Terminal window
pnpm unused
  1. Prepare Git hooks via Lefthook.
Terminal window
pnpm postinstall