Skip to content

bloom-solutions/bloom-solutions.github.io

Repository files navigation

Dev Blog

This is a markdown application.

Setting up

$ bundle install
$ yarn install

Running

# visit localhost:4567
$ middleman serve

Deployment

# make changes to source/
# when happy, deploy
$ middleman deploy --build-before