An open API service indexing awesome lists of open source software.

https://github.com/sitechtimes/digital-bathroom-pass

🧻 repo for the legendary digital bathroom pass
https://github.com/sitechtimes/digital-bathroom-pass

fastapi google-sheets ionic-framework python vue

Last synced: 2 months ago
JSON representation

🧻 repo for the legendary digital bathroom pass

Awesome Lists containing this project

README

        

# DIGITAL BATHROOM PASS FRONTEND

## Build Setup

To develop and test mobile, make sure Xcode and Android Studio are installed.

```bash
# install dependencies
$ npm i

# serve with hot relaod at localhost:8000
$ ionic serve

# build for production and lauch server
$ ionic build
$ ionic start

# generate static project
$ ionic generate

# generate iOS and Android
$ ionic cap add ios
$ ionic cap add android
$ ionic cap sync

# build iOS and Android
$ ionic cap build ios
$ ionic cap build android
```

For detailed explanation on how things work, read the [documentation](https://ionicframework.com/docs)