📜 Available Scripts
- Start the app in the development environment.
pnpm start- Build the project files and optimize for production.
pnpm build- Preview the production build locally.
pnpm preview- Lint files using Biome.
pnpm lint- Format files using Biome.
pnpm format- Run TypeScript type checks without emitting files.
pnpm typecheck- Check unused dependencies and files with Knip.
pnpm unused- Prepare Git hooks via Lefthook.
pnpm postinstall