Skip to content

🦙 Lippesola Administration und Mitarbeiter Anmeldung

Notifications You must be signed in to change notification settings

Lippesola/lama-app

Repository files navigation

LAMA APP

Lippesola Administration und Mitarbeiter Anmeldung Frontend

Environment Variables

Environment Variable Description Example / possible values
KEYCLOAK_CLIENTID OIDC Client ID lama
KEYCLOAK_URL Keycloak Base URL https://keycloak.example.com/auth
KEYCLOAK_REALM Realm in Keycloak to use Lippesola
LAMA_API_URL Backend URL of LAMA https://api.lama.example.com, https://example.com/lamaapi

Build it yourself

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Customize the configuration if needed

See Configuring quasar.config.js.

Build the app for production

quasar build