- React 18 with TypeScript
- Vite for fast development and building
- Biomejs for code linting and formatting
- Tailwind CSS with DaisyUI and Primereact for styling
- React Router for navigation
npm run dev: Start the Vite development servernpm run build: Compile TypeScript and build for productionnpm run lint: Run Biomejs for code lintingnpm run preview: Preview the production buildnpm run format: Format code using Biomejs
- Clone the repository
- Install dependencies:
npm install - Run the development server:
npm run dev