A source code for coding cabin blog
- Node.js
- Visual Studio Code or your preferable code editor
- Browser (preferably Google Chrome)
- Grunt
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