If Ruby and homebrew are already installed:
> gem install bundler
> brew install node
> brew install npm
> npm install -g bower
> bundle install
> bower install
> bundle exec middleman
Visit http://localhost:4567/
To publish changes (in the dev
branch) to Github Pages, run:
> bundle exec rake publish
If you are developing off of your own fork, run:
> bundle exec rake publish REMOTE_NAME=upstream
Please take a look at our contributing guidelines. We have volunteers who work on our website to make sure it is up-to-date for all of our events. You are welcome to work on it too if you have free time!
The code is available under the MIT license.