Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

mpc-hc/mpc-hc.org

Repository files navigation

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.