This directory contains the frontend of the application, which is a React project created with Vite.
- Framework: React
- Language: TypeScript
- Build Tool: Vite
- Package Manager: pnpm
- Linting and Formatting: Biome
- Install dependencies:
pnpm install
- Run the development server:
pnpm dev
The app/scripts directory contains utility scripts to help with development:
genenv.sh: Generates the.envfile from.env.example.setup.sh: Performs initial project setup, including dependency installation.start.sh: Starts the React development server.test.sh: Runs the Vitest test suite.