Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 480 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 480 Bytes

Flathub.org website

To set up middleman locally on Fedora:

install ruby, rubygems and rubygem-bundler

In the git checkout, do a bundle install. This installs all the needed modules in their appropriate vesions.

To run a local web server to test the site:

bundle exec middleman server

Edit the haml/scss files and commit your changes, pushing to origin/master.

To deploy, simply:

bundle exec middleman build
bundle exec middleman deploy