/bionode.io

Bionode website

Primary LanguageHTML

Bionode website

Please improve it with pull requests.

Instructions

git clone git@github.com:bionode/bionode.github.io.git
npm install -g harp
harp server
(edit files and watch changes on http://localhost:9000/)
harp compile
git commit -am "Commit message"
git push origin dev
# master will be auto-compiled by Travis CI