Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 330 Bytes

File metadata and controls

10 lines (7 loc) · 330 Bytes

React + TypeScript + Vite

This project uses Vite, React, TypeScript, and Biome for linting and formatting.

Scripts

  • bun run dev starts the local development server.
  • bun run build type-checks and builds the app for production.
  • bun run lint runs Biome checks.
  • bun run format formats the workspace with Biome.