This is the homepage of biohack.me, which directs users to the different components of the site.
It uses the Jekyll static site builder, and is hosted on GitHub pages. Commits to the master branch of this repository will be immediately visible on biohack.me.
To run this site on your own computer, you will need a recent version of the Ruby programming language.
After cloning this repository, run:
gem install bundler # only required if bundler isn't already installed
bundle install
jekyll server
The development site should now be available at http://localhost:4000
.
- Fork this repository
- Clone your forked repository
- Commit your changes
- Open a Pull Request