First, create a .env.local with the secrets you need:
- AUTH0_CLIENT_ID
- AUTH0_CLIENT_SECRET
npm install
docker-compose up
npx primsa migrate dev
npx prisma db seed
npm run dev
Login in the browser and find the Cookie header in the requests sent
Change the Cookie header in request "Get orders / Start auth"