Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 501 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 501 Bytes

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