Fork my repo in github here: https://github.com/ml5174/sacpcp
from your personal copy clone it to your desktop.
- You need to install [node] (https://nodejs.org/en/download/)
- Once you cloned the repo to your desktop and have node installed you need to cd to the project and type:
npm install - Then you type:
npm install -g cordova ionicto install ionic command line utilities - Then you can type:
ionic serveto run the app, this will automatically pull up your default browser - I recommend [Visual Studio Code] (https://code.visualstudio.com/download) to edit.
- Add the main repository as your upstream repository
git remote add upstream https://github.com/ml5174/sacpcp.git - This only needs to be done once
- get changes from upstream
git fetch upstream - make sure you are on your master branch
git checkout master - merge upstream changes and reorder commits properly
git merge upstream/master - push changes to your fork
git push
- If you have pending commits, you may have to handle merge conflicts between steps 2 and 4
https://branch.io/resources/app-launch-checklist/
imports: [ HttpModule, IonicModule.forRoot(MyApp, { scrollAssist: false, autoFocusAssist: false }, deepLinkConfig),
Change 1: 9:36 Change 2: 9:40 to test squash Change 3: 10:15 after mergin with upstream/master Change 4: 11:48 change to localdev separate from upstream/master