zidatalab / ambulante_notfaelle

Echtzeit Informationen zu ambulanten Notfällen
Apache License 2.0
0 stars 0 forks source link
smed

Code for Ambulante Notfaelle Dashboard

To install nodejs and angular-cli needs to be installed on the system.

If this is the case, the Dashboard can be tested with the following commands from the root directory.

cd Dashboard

First launch only:

npm install

ng serve

Pro build for github pages

  1. cd Dashboard
  2. ng build --base-href "/" --configuration production --aot true
  3. cp ../docs/index.html ../docs/404.html