From 6ecaae1b8dcce099b82cd257a22bd1d579d79ba2 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Mon, 7 Apr 2025 15:16:45 +0200 Subject: [PATCH] style(docs): Linting --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ad99907..76c65db 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,38 @@ # @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 firstnam and lastname -4. The kiosk creates the runner via the backend and shows their id, firstname, lastname and a barcode containing their id +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 🛠️ -``` + +```shell pnpm i pnpm dev --open ``` ## Build 🚀 -``` + +```shell pnpm i pnpm build ``` ## Docker 🐳 -``` + +```shell docker build . docker-compose up ``` ## Kiosk Google Chrome -``` + +``` shell chrome https://run.lauf-fuer-kaya.de/kiosk/ -kiosk -``` \ No newline at end of file +```