- 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 commandnpm install - Angular
bower install - Android
Open the project through Android Studio
#Contributing Code
For contributing code, please follow these steps:
-
Fork Plan-It
-
Clone repo to dev environemnt
git clone https://github.com/{Your GitHub Account}/Plan-it.git -
Add upstream remote
git remote add upstream https://github.com/Team-Murphy/Plan-it.git -
Update to the latest revision
git pull upstream -
Create a branch
git checkout -b feature-name -
Commit code to your dev repo
git push --all origin -
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