Middleman source code for rulu.eu website.
RuLu is a Ruby Conference in Lyon, France.
- Clone this repository:
git clone https://github.com/rulu-eu/rulu2014.git
- Install Ruby requirements:
bundle install
- Run server for development:
middleman server
- Build static website:
middleman build
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
See LICENSE.md file.