Skip to content

MyDataTaiwan/mylog14

Repository files navigation

MyLog

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.