- Install all prerequisites
- Install the jekyll and bundler gems
gem install jekyll bundler
- Clone this repository
git clone git@github.com:mangliklab/mangliklab.github.io.git
- Change into your new directory
cd mangliklab.github.io
- Build the site and make it available on a local server
bundle exec jekyll serve
- Browse to
http://localhost:4000
Please test your changes locally before pushing.
See lab manual for instructions on how to add yourself to the website!