Add Readme, and little enhancement.

This commit is contained in:
Kyle Fang
2013-12-29 09:46:44 +08:00
parent 8c5059438a
commit a82c360bc8
2 changed files with 18 additions and 0 deletions

17
README.MD Normal file
View File

@@ -0,0 +1,17 @@
m.combee.co
========
You will need:
* ```node``` --> [http://nodejs.org]()
* ```npm``` --> [https://npmjs.org]()
* ```yeoman``` --> ```npm install yo -g```
Run:
1. ```npm install```
2. ```bower install```
3. ```grunt serve```
Find your computer's IP address, point your mobile brower to it's ```9000``` port.
There you go.

View File

@@ -43,6 +43,7 @@ define([
});
},
refreshComment: function() {
this.currentPage = 1;
this.fetchComments();
}
});