Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.11 KB

development.md

File metadata and controls

37 lines (24 loc) · 1.11 KB

Development

To make contributions to this project or customize it for your own needs, start by cloning / downloading the repository to your local machine. The development mode can be started like this:

npm install
npm start

Access the local server via http://localhost:8080.

Customization

Most customization can be done by setting env variables. See → configuration

To get started with changing the code directly you might want to begin with the landing page at → src/components/app-whitelabel.vue.

Debugging

Enable logging by entering the following in the browsers console:

localStorage.zeed = '*'

In production it is possible to connect to <sentry.io> via → configuration.

Technology stack

Just the most up to date frameworks: