/pattern-portfolio

Pattern portfolio for mp.se

Primary LanguageHTML

Markup for Miljöpartiet

Markup for the new mp.se using Middleman

Install

bundle install

Run Middleman

middleman server

The site will be available at http://localhost:4567

Deploy with Deplol

Make sure you have setup Deplol on your machine.

Build the deployable folder.

middleman build

Commit and push your changes and then deploy to Deplol.

git add build/*
git commit -m "Build"
git push deplol master