8000 GitHub - enterstudio/mpc-hc.org: The source code of our website.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

enterstudio/mpc-hc.org

 
 

Repository files navigation

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

Linux Build Status Windows Build Status dependencies 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 and Ruby DevKit; make sure you select "Add Ruby to PATH", and then run:

    cd C:\RubyDevKit
    ruby dk.rb init
    ruby dk.rb install
  • 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.

About

The source code of our website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.3%
  • JavaScript 34.5%
  • CSS 16.3%
  • Ruby 4.9%
0