http://www.nebula.bio | Hosted on Heroku
Clone or download
Pull request Compare This branch is 19 commits behind master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
etc/bio/nebula
resources
src
test/bio/nebula/server
.env.edn.example
.gitignore
Makefile
Procfile
README.md
boot.properties
build.boot

README.md

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 dev

This 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 deploy

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