Nebula Bio Website - www.nebula.bio
Static-page website for Nebula Bio. Links to our development board and processes the payments.
Building
First install Boot. Then, to do development:
boot devThis will serve a local copy of the site to port 4000. You can change the port with the -p flag. When you're finished developing, you can deploy with:
make deployThat calls boot prod first to compile the project with optimizations and prerendering, then calls ghp-import which is a Python program that takes a target directory (in this case resources/public) and adds it to the gh-pages branch of this repo. This automatically pushes the gh-pages branch to GitHub, which serves the site.