biohack-me.github.io

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.

Development

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.

Contributing

  1. Fork this repository
  2. Clone your forked repository
  3. Commit your changes
  4. Open a Pull Request