Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 729 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 729 Bytes

Daily Moments

Live here https://moments-daily.netlify.app

You'll need the following to setup local build/run environment:

  • MacOS with XCode >= 12.0 if you want to do local builds for iOS, otherwise Windows/Linux running machine will be enough
  • NodeJS >= 6.0 and NPM >= 4.0
  • Android SDK v29
  • Capacitor 2.4

Run the following commands to launch Ionic dev server:

npm install -g @ionic/cli

npm install

ionic serve

To release on playstore, read - https://capacitorjs.com/docs/android/deploying-to-google-play

Links