Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 357 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 357 Bytes

asktherelic.com

It's a blog.

Development

Built using Middleman. See docs here https://middlemanapp.com/basics/install/

Bootstrap

# get the right ruby version
rbenv install -s $(cat .ruby-version)
# make sure bundle installed
gem install bundler
# confirm ruby env
gem env
# install latest gems
bundle
# run dev server
bundle exec middleman