Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 725 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 725 Bytes

Nebula Bio Website - www.nebula.bio

Website and ops tool for Nebula Bio. Links to our development board and processes the payments, and tracks some stuff. Work in progress.

Building

First install Boot. Then, to do development:

$ boot dev

This will serve a local copy of the site to the port specified by env.edn.

This app currently uses the Middleman pattern. To work on the UI:

$ cd ui
$ bundle install
$ bin/middleman server

Once I get some more functionality, perhaps I'll switch to an SPA in Hoplon.