This is a Next.js app
First, you need to install all dependencies using the following commands:
npm install
# then
pip install -r requirements.txt
In order to run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
In order to run the deployable build version:
npm run build
# then
npm start
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.