The web site for the Boulder Ruby Meetup and Coding Night organization.
See events details for more info.
- Leverages Middleman for static site generation.
- Ruby 2.7.0 or higher.
Run the following to setup the project locally:
git clone git@github.com:rylanb/boulder-ruby-org.git
cd boulder-ruby-org
bundle
To build the site locally, run:
bundle exec middleman build
To view the site locally, run:
bundle exec middleman
To test, run:
bundle exec rake
Please note that this project is released with a CODE OF CONDUCT. By participating in this project you agree to abide by its terms.