Skip to content

o2team/guide

Repository files navigation

Front-End Coding Guidelines

Installation Coding Guidelines For Front-End Developers.

Getting started

Install dependencies:

$ git clone https://github.com/o2team/guide.git
$ cd guide
$ npm install

Generate:

$ hexo g

Run server:

$ hexo s --watch

Deployment

  1. Generate and optimize assets
gulp
  1. Deploy to the gh-pages branch
hexo d -g

License

CC BY 4.0