Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bionode/bionode.io
- Owner: bionode
- Created: 2014-12-03T17:14:56.000Z (about 10 years ago)
- Default Branch: dev
- Last Pushed: 2017-09-14T15:06:44.000Z (over 7 years ago)
- Last Synced: 2024-11-07T08:44:17.612Z (3 months ago)
- Topics: bionode, website
- Language: HTML
- Size: 5.19 MB
- Stars: 2
- Watchers: 19
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
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
```