kiosk/README.md
Nicolai Ort 6ecaae1b8d
All checks were successful
Build latest image / build-container (push) Successful in 44s
style(docs): Linting
2025-04-07 15:16:45 +02:00

675 B

@lfk/kiosk

Overview 👀

This is a simple kiosk style register form for the LfK runnersystem. The basic idea is:

  1. Create a runnersystem user with only RUNNER:CREATE permissions.
  2. Login with this user under /login
  3. Runners can register via their firstname and lastname
  4. The kiosk creates the runner via the backend and shows their id, firstname, lastname and a barcode containing their id along

Development 🛠️

pnpm i
pnpm dev --open

Build 🚀

pnpm i
pnpm build

Docker 🐳

docker build .
docker-compose up

Kiosk Google Chrome

chrome https://run.lauf-fuer-kaya.de/kiosk/ -kiosk