- Recommended to use NVM
- Download the installer use the latest stable LTS.
- Install the ionic CLI globally:
npm install -g @ionic/cli
- Clone this repository:
git clone https://github.com/FAVR-Inc/app.git
. - Run
npm install
from the project root. - Run
ionic serve
in a terminal from the project root. - Profit. 🎉
Note: See How to Prevent Permissions Errors if you are running into issues when trying to install packages globally.
All app preview screenshots were taken by running ionic serve --lab
on a retina display.
- Run
ionic build
for testing environment - Run
ionic build --prod
for production environment
- Un-comment these lines
- Run
npm run ionic:build --prod
- Push the
www
folder to your hosting service
- Run
npx cap copy
ornpx cap sync
- Run
npx cap open android
- Run
npx cap copy
ornpx cap sync
- Run
npx cap open ios