Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 421 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 421 Bytes

Oaxaca Ruby User Group Website

General information

This website is powered by Middleman.

How to build the website?

  • Clone the repository
  • Change to source branch
git checkout source
  • Install all the dependencies
bundle install
  • Run the server
middleman server
middleman deploy