Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.
/ mpc-hc.org Public archive

The source code of our website.

License

Notifications You must be signed in to change notification settings

mpc-hc/mpc-hc.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

38cf0c2 · Sep 15, 2020
Sep 15, 2020
May 21, 2020
Sep 10, 2018
Sep 22, 2016
Aug 10, 2019
Jan 4, 2019
Jan 4, 2019
Nov 15, 2019
Sep 15, 2020
Sep 15, 2020
May 21, 2020
Jan 5, 2013
Apr 6, 2020
Apr 23, 2020
May 21, 2020
May 21, 2020
Sep 15, 2020
Sep 15, 2020

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.