Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

ksch-workflows/registration-desk-flutter

Repository files navigation

Registration Desk

This repository contains the source code for the app intended to be used at the registration desk.

Dependencies

Development

Getting started

git clone git@github.com:ksch-workflows/registration-desk.git \
  -o upstream \
  registration_desk

Start the backend

cd ../backend
./gradlew bootRun

Start the app

For local development, the Registration Desk app can be started like this:

flutter run -d chrome --target lib/main_dev.dart

Linting

dart format .
dart analyze

License

K.S.C.H. Workflows is maintained by KS-plus e.V., a non-profit association dedicated to supporting the Kirpal Sagar project.

It is licensed under the Apache License Version 2.0.