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