- TypeScript
- React 18.2.0
- Rect router 6.22.3
- Vite 5.16
- Clone the repository to your local machine.
- Install dependencies by running
pnpm i
. - Add .env file
cp .env.example .env
- Start the development server with
pnpm run dev
. - Open your browser and navigate to
http://localhost:3000/
to view the project.