Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 575 Bytes

File metadata and controls

26 lines (20 loc) · 575 Bytes

ClearStat Frontend

This project uses React, Vite, and TypeScript with Tailwind CSS.

Setup

  1. Clone the repo and install dependencies:
    npm install
  2. Create a .env file based on .env.example and fill in your Supabase credentials:
    cp .env.example .env
    # edit .env
  3. Start the development server:
    npm run dev

Other scripts:

  • npm run build – build for production
  • npm run preview – preview the production build

Pre-commit hooks run ESLint and Prettier via husky/lint-staged.