Skip to content

pmallol/middleman-webpack-demo

Repository files navigation

Middleman app using Webpack

🚀 It's dockerized and configured to be continuously deployed to GitHub Pages!

🤓 Read my step by step guide in dev.to

Make your Middleman app's deployment run smoothly with GitHub Actions. Check out it's workflow file to see what's happening under the hood.

Project setup

  1. Download Docker (if you haven't already)
  2. Clone this repository
  3. Open a terminal session in the root of your project and run:
$ docker-compose up

That's it! You're good to go.

Useful commands

Builds a new docker image

$ docker-compose build

Builds Middleman framework

$ docker-compose run --rm web bundle exec middleman build