Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 338 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 338 Bytes

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