Sparing Landing Page. Live at http://rezafaizarahman.github.io/sparing-lp
Install dependencies:
$ git clone https://github.com/rezafaizarahman/Sparing-lp.git
$ cd Sparing-lp
$ npm install
$ bower install
Generate:
$ grunt build
Run server:
$ grunt serve
Deploy to gh-pages :
$ git subtree push --prefix dist origin gh-pages