https://github.com/feliciousx/maintenance-scheduler
SDP Assignment 3 Prototype
https://github.com/feliciousx/maintenance-scheduler
Last synced: about 1 year ago
JSON representation
SDP Assignment 3 Prototype
- Host: GitHub
- URL: https://github.com/feliciousx/maintenance-scheduler
- Owner: FeliciousX
- Created: 2013-11-21T06:58:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-09T07:09:03.000Z (over 12 years ago)
- Last Synced: 2025-03-29T20:22:55.045Z (over 1 year ago)
- Language: CSS
- Size: 688 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
maintenance-scheduler
=====================
SDP Assignment 3 Prototype
Requirement
-----------
[Node.js][1]
[1]: http://nodejs.org/
Installation
---------------
1. Clone the repository
``` git
git clone https://github.com/FeliciousX/maintenance-scheduler.git
```
OR
``` git
git clone git@github.com:/maintenance-scheduler.git
```
2. Install all the node dependencies using npm
```
npm install
```
3. Install all the library dependencies using bower
```
bower install
```
4. If all goes well, run it using grunt
```
grunt serve
```
5. The dev branch is where most updates goes to. Only stable updates gets pushed to master branch. Do not push to master branch until agreed upon by everyone.
``` git
git checkout dev
```
6. Remember to always create a new branch to play with first and then merge.
Happy Coding :D
---------------