Welcome to the Restvo Web App Development Community. Your contribute is valuable to this project.
Click on Projects to see a list of projects you can contribute to. Please submit PRs to the app-dev-01 branch and I'll merge it.
We also do weekly team sync on Wed at 5pm PST. If you have any questions please feel free to reach out to me.
-
Follow the 'Install the Ionic CLI' section: https://ionicframework.com/docs/installation/cli
-
In your IDE, clone the repo https://github.com/calvinckho/restvo-app.git#app-send-jpeg-to-container into a local directory on your machine.
-
Inside the directory of your cloned project, install the node packages
$ cd restvoApp
$ npm install
4a. Run the app on browser
$ cd restvoApp
$ ionic serve
4b. Run the app on native devices
$ npm run dev
$ npx cap sync
$ npx cap open android
- or -
$ npx cap open ios