This project is currently under development. Figma Design
Note: This project relies on a private API key stored in a .env
file. Use the provided set_api.sh
script to automatically set up the virtual environment with the necessary API key. Run the script whit this Command ./set_api.sh
before starting the development server to ensure the project functions correctly.
This is a Next.js project bootstrapped with create-next-app
.
First, install the dependencies and run the development server:
npm install # Install the project dependencies
./set_api.sh # Set up the virtual environment with the API key
npm run dev # Run the development server
yarn dev
pnpm dev
bun dev
Open [http://localhost:3000](http://localhost:3000) in your browser to see the result.