Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.
/ app Public archive

The front-end code base of the FAVR app

Notifications You must be signed in to change notification settings

gigwerk-io/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FAVR logo

FAVR Frontend

Table of Contents

Getting Started

  • 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.

Development

All app preview screenshots were taken by running ionic serve --lab on a retina display.

Building

  • Run ionic build for testing environment
  • Run ionic build --prod for production environment

Progressive Web App

  1. Un-comment these lines
  2. Run npm run ionic:build --prod
  3. Push the www folder to your hosting service

Android

  1. Run npx cap copy or npx cap sync
  2. Run npx cap open android

iOS

  1. Run npx cap copy or npx cap sync
  2. Run npx cap open ios