Skip to content

numbersprotocol/lifebox

 
 

Repository files navigation

LIFEBOX

Build & Run

Prerequisites

  1. Install Node.js

  2. Install Ionic CLI

$ npm i -g @ionic/cli
  1. Clone & install dependencies
$ git clone https://github.com/MyDataTaiwan/mylog14.git
$ cd mylog14
$ npm i

Run in browser

$ ionic serve

Run with iOS Simulator

  1. Install XCode, XCode command line tools, cocoapods

  2. Run

$ ionic capacitor run ios

Then run the App in XCode.

Run with Android Emulator

  1. Install Android Studio and Android SDK.

  2. Add "linuxAndroidStudioPath": "<...>/android-studio/bin/studio.sh" into capacitor.config.json.

  3. Run

$ ionic capacitor run android

Then run the App in Android Studio.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 57.8%
  • TypeScript 30.4%
  • HTML 8.6%
  • SCSS 2.4%
  • Swift 0.5%
  • Java 0.2%
  • Ruby 0.1%