This is a Next.js project bootstrapped with create-next-app. The app uses Flask and Pillow for it's backend and is deployed via Vercel.
To install frontend dependencies:
npm iTo install backend dependencies:
Refer to Python Documentation to see how to set up a python virtual environment. After setting up a virtual environment:
pip install -r requirements.txtto run the website locally:
npm run devThis command uses concurrently to run both the react frontend and python backend.
Open http://localhost:3000 with your browser to see the result.
To format using prettier:
npx prettier --write .