Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.14 KB

File metadata and controls

28 lines (18 loc) · 1.14 KB

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

If you are proposing a large or controversial change, please post a thread on the Biohack.me Forum to solicit general feedback from the community and post a link to that discussion in the Pull Request.