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 serverThe development site should now be available at http://localhost:4000.
This repo is set up with betterleaks as a pre-commit check, so before committing any changes you will need to install that locally.
- Fork this repository
- Clone your forked repository
- Commit your changes
- Open a Pull Request