Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 956 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 956 Bytes

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