Welcome to the Kiosk case study!
This is a Remix application but don’t worry, you will grasp it easily.
Please install the project, run it locally, and you will see what you have to do for this case study.
Good luck!
Install:
pnpm i
Run the database (suggested with docker compose, do what you prefer):
docker-compose up -d
Setup your environment
cp .env.template .env
Run migrations:
pnpm prisma migrate dev
pnpm prisma generate
pnpm tsx prisma/seed.ts
Run the dev server:
pnpm dev