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.organd thennpm install - Install Ruby with DevKit
- Run
gem install bundleand thenbundle install - Run
grunt buildto build the static site,gruntto build and watch for changes (http://localhost:8000/). Rungrunt --helpto see all the available tasks.