Static site of jstips
Install dependencies npm
$ npm install
$ gulp && gulp md5
$ gulp deploy
Local preview (recommends using anywhere)
$ npm install -g anywhere
$ anywhere -p 8888
Note
You need append a .html
postfix to your browser location while previewing, otherwise you will get a 404 error.That would not happen after the static files deployed to the github pages.
Copyright © 2016 hingsir Released under the MIT license.