Skip to content

Latest commit

History

History
33 lines (22 loc) 路 554 Bytes

README.md

File metadata and controls

33 lines (22 loc) 路 554 Bytes

Coding Cabin

Homepage

A source code for coding cabin blog

Requirements

  • Node.js
  • Visual Studio Code or your preferable code editor
  • Browser (preferably Google Chrome)
  • Grunt

Installation guide

Firstly, install Grunt globally.

$ npm install -g grunt-cli
# download the repository
$ git clone https://github.com/fukou/codingcabin.git

$ cd codingcabin

# install dependencies
$ npm install

# run the project
$ grunt