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 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.