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
- Host: GitHub
- URL: https://github.com/sitechtimes/digital-bathroom-pass
- Owner: sitechtimes
- Created: 2022-10-06T15:34:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T14:23:14.000Z (12 months ago)
- Last Synced: 2024-05-22T15:43:01.112Z (12 months ago)
- Topics: fastapi, google-sheets, ionic-framework, python, vue
- Language: Vue
- Homepage:
- Size: 6.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)