madthad91 / sacpcp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Preliminary GitHub Setup

  1.  first create an account on github.com if you don't already have one
    
  2.  login to github
    
  3.  visit https://github.com/ml5174/sacpcp and fork the main source repo
    
  4.  visit https://github.com/ml5174/savi-lib fork the library source repo
    

Development Environment Setup

  1.  install LTS build of node from https://nodejs.org/en/download/  
    
  2.  Clone from your sacpcp fork:<br>
     git clone https://github.com/githubusername/sacpcp.git<br>
     where githubusername is your username on github<br>
     and the path given to clone is for your sacpcp fork
    
  3.  cd sacpcp
    
  4.  Fork the https://github.com/ml5174/savi-lib.git repo in github, and<br>
     copy the newly created repo link similar to<br>
     https://github.com/githubusername/savi-lib.git where githubusername<br>
     will be your username.
    
  5.  npm run setup savi-lib-link where savi-lib-link is the copied link<br>
     from the previous step
    

Launching the application

  • If all went well, you should be able to launch the application to your default browser:
    ionic serve

  • If on macOS, then try adding ios platform:
    ionic platform add ios

    • If you get errors with bower, then try:
      sudo npm install -g bower
  • You may also try adding android platform:
    ionic platform add android

If having issues, then check your software installation versions with ionic info and npm --version output:

ionic info

Your system information:

Cordova CLI: 6.5.0
Ionic Framework Version: 2.0.0-rc.5-201701112208
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
Ionic App Scripts Version: 1.0.0
ios-deploy version: 1.9.1
ios-sim version: 5.0.13
OS: macOS Sierra
Node Version: v6.9.4
Xcode version: Xcode 8.2.1 Build version 8C1002

npm --version
3.10.10

See CONTRIBUTING.md for detailed git operations where developers follow a preferred workflow with pull requests to upstream master coming from their github forks

About


Languages

Language:C++ 38.2%Language:Objective-C 19.8%Language:TypeScript 14.0%Language:HTML 11.1%Language:Java 7.4%Language:C# 3.7%Language:CSS 2.8%Language:JavaScript 2.7%Language:C 0.1%