项目作者: mpc-hc

项目描述 :
The source code of our website.
高级语言: HTML
项目地址: git://github.com/mpc-hc/mpc-hc.org.git
创建时间: 2012-06-11T19:22:15Z
项目社区:https://github.com/mpc-hc/mpc-hc.org

开源协议:MIT License

下载


The source code of https://mpc-hc.org

Build Status
devDependencies Status

Getting started

  • Install Node.js
  • Install grunt: npm install -g grunt-cli
  • Install the Node.js dependencies via npm: cd mpc-hc.org and then npm install
  • Install Ruby with DevKit
  • Run gem install bundle and then bundle install
  • Run grunt build to build the static site, grunt to build and watch for changes (http://localhost:8000/). Run grunt --help to see all the available tasks.