Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 802 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 802 Bytes

Fullstaq Ruby website

For overarching Fullstaq Ruby issues, documents and other resources, or for other Fullstaq Ruby projects, please refer to the fullstaq-ruby-umbrella repo.

This repository contains the Fullstaq Ruby website. It is a static site, built with Middleman.

Development

Middleman requires Ruby and Node.js, so install those first.

Before developing, install the gem bundle and the Node.js packages:

bundle install
yarn install --frozen-lockfile

Then spawn the Middleman server:

bundle exec middleman s

Now the website will be accessible at http://127.0.0.1:4567.

Publication

To publish the website, run:

bundle exec rake build upload