Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bionode/bionode.io

Bionode website
https://github.com/bionode/bionode.io

bionode website

Last synced: 27 days ago
JSON representation

Bionode website

Awesome Lists containing this project

README

        

# Bionode website

Please improve it with pull requests.

# Instructions
```bash
git clone [email protected]: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
```