An open API service indexing awesome lists of open source software.

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

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
---------------