build: add simple script for building for android

Closes #100
This commit is contained in:
Jovan Krunić
2021-04-19 22:10:11 +02:00
parent 3da7c7d009
commit 1d94dd5bf3
2 changed files with 9 additions and 1 deletions

View File

@@ -69,6 +69,12 @@ Build the app (transpile etc.):
npm run build
```
Build the app for testing on an android device:
```
npm run docker:build:android
```
Open the app in the browser:
```
ionic serve