Installation Coding Guidelines For Front-End Developers.
Install dependencies:
$ git clone https://github.com/o2team/guide.git
$ cd guide
$ npm installGenerate:
$ hexo gRun server:
$ hexo s --watch- Generate and optimize assets
gulp- Deploy to the gh-pages branch
hexo d -g