Skip to content

TiForward/tiforward.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c9fccc8 · May 7, 2015

History

46 Commits
May 7, 2015
Apr 17, 2015
Apr 3, 2015
Mar 27, 2015
Apr 3, 2015
Apr 14, 2015
Apr 14, 2015

Repository files navigation

tiforward.github.io

Gitter

Building (for development)

$ git clone git@github.com:TiForward/tiforward.github.io.git
$ cd tiforward.github.io
$ npm install
$ [sudo] npm install --global gulp
$ gulp serve # Will open the browser in live-reload

Deploying

$ git clone git@github.com:TiForward/tiforward.github.io.git
$ cd tiforward.github.io
$ npm install
$ [sudo] npm install --global gulp
$ gulp deploy # Will push to gh-pages