https://github.com/lkaemmerling/hetzner-status-mobile-app
https://github.com/lkaemmerling/hetzner-status-mobile-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lkaemmerling/hetzner-status-mobile-app
- Owner: LKaemmerling
- License: mit
- Created: 2018-02-08T14:49:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T12:27:10.000Z (over 7 years ago)
- Last Synced: 2024-04-15T07:24:33.835Z (about 1 year ago)
- Language: TypeScript
- Size: 3.45 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hetzner Status App
Google Play Store: [Release](https://play.google.com/store/apps/details?id=de.lkdevelopment.hetzner.status)
## Lokales Testen & Entwickeln
Zum lokalen Test & Entwickeln wird benötigt die NPM & die Ionic CLI.
```bash
npm install -g ionic@latest
git clone https://github.com/LKDevelopment/hetzner-status-mobile-app.git
cd hetzner-status-mobile-app
npm install
ionic serve
```
Nun sollte sich der Standardbrowser öffnen und unter https://localhost:8100 erscheint die App nun.## Sicherheit
Sollten Sie irgendwelche Sicherheitsfehler finden so wenden Sie sich doch bitte per E-Mail an [email protected]## Lizenz
Die App wird als OpenSource unter der [MIT Lizenz](LICENSE.md) entwickelt.