Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 469 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 469 Bytes

Sparing-lp (WIP)

Sparing Landing Page. Live at http://rezafaizarahman.github.io/sparing-lp

Getting started

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