Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 667 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 667 Bytes

Amoe.ba Company Site

This is the source to our company site at http://amoe.ba

Editing the code

In order to edit the code, you must install MiddleMan:

gem install bundler
bundle install

Then while you're editing, run bundle exec middleman server and connect to http://localhost:4567 to see your changes.

When you want to build the site to upload, run bundle exec middleman build and it will create a build/ directory, which can be uploaded.

Deploying to Staging

Also note that pushing to the branch staging will automatically deploy to http://staging.amoe.ba