Skip to content

jtanson/Plan-it

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plan-it Software Requirments

  • Git
  • Node.js with npm
  • Bower
    npm install -g bower
    
  • Android Studio
  • Visual Studio Code or any text editor like Sublime Text, Atom, Brackets etc.

#Setup and installion

  • Node.js (backend code)
    To get all the npm packages listed in the packasge.json file, run this command
    npm install
    
  • Angular
    bower install
    
  • Android
    Open the project through Android Studio

#Contributing Code

For contributing code, please follow these steps:

  1. Fork Plan-It

  2. Clone repo to dev environemnt

    git clone https://github.com/{Your GitHub Account}/Plan-it.git
    
  3. Add upstream remote

    git remote add upstream https://github.com/Team-Murphy/Plan-it.git
    
  4. Update to the latest revision

    git pull upstream
    
  5. Create a branch

    git checkout -b feature-name
    
  6. Commit code to your dev repo

    git push --all origin
    
  7. Submit a pull request

Please ensure you pull the upstream repo before commiting to reduce the chances of having a merge conflict
Please ensure that all pull requests are accompanied with tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 59.9%
  • JavaScript 25.5%
  • HTML 13.0%
  • CSS 1.6%