This is a Next.js project bootstrapped with create-next-app.
pre-requisites: nodejs >= 18.0.0
If you want to use oauth you need the app to be runnig on https (optional)
npx local-ssl-proxy --source 3000 --target 3001Next you need to install the dependencies
npm installThen you need to create a .env file
cp .env.example .envThen you can run the development server
npm run dev