This project uses React, Vite, and TypeScript with Tailwind CSS.
- Clone the repo and install dependencies:
npm install
- Create a
.envfile based on.env.exampleand fill in your Supabase credentials:cp .env.example .env # edit .env - Start the development server:
npm run dev
Other scripts:
npm run build– build for productionnpm run preview– preview the production build
Pre-commit hooks run ESLint and Prettier via husky/lint-staged.