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.
First install Boot. Then, to do development:
$ boot devThis 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 serverOnce I get some more functionality, perhaps I'll switch to an SPA in Hoplon.