Skip to content

coding-cabin/codingcabin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published