Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 336 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 336 Bytes

Bionode website

Please improve it with pull requests.

Instructions

git clone [email protected]:bionode/github-project-public
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
# gh-pages will be auto-compiled by Travis CI