Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 324 Bytes

README.markdown

File metadata and controls

16 lines (12 loc) · 324 Bytes

BioD

BioD is an open source library for computational biology and bioinformatics.

Running locally and Deploying

git clone https://github.com/biod/biod.github.io
cd biod.github.io/
git checkout source
rake preview
rake generate
rake deploy

Note: Don't push any changes to master unless using rake deploy.