Selfservice Signup Kios for the event itself
|
||
---|---|---|
.woodpecker | ||
src | ||
static | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
CHANGELOG.md | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
licenses.md | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.cjs | ||
README.md | ||
svelte.config.js | ||
tailwind.config.cjs | ||
tsconfig.json | ||
vite.config.ts |
@lfk/kiosk
Overview 👀
This is a simple kiosk style register form for the LfK runnersystem. The basic idea is:
- Create a runnersystem user with only
RUNNER:CREATE
permissions. - Login with this user under
/login
- Runners can register via their firstnam and lastname
- The kiosk creates the runner via the backend and shows their id, firstname, lastname and a barcode containing their id
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