Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 724 Bytes

File metadata and controls

24 lines (12 loc) · 724 Bytes

ADSAI (Applied Data Science Lab)

A simple, clean, and responsive Jekyll tbased website

Getting started

Installation

Local setup

Assuming you have Ruby and Bundler installed on your system (hint: for ease of managing ruby gems, consider using rbenv), first fork the theme from github.com:alshedivat/al-folio to github.com:<your-username>/<your-repo-name> and do the following:

$ git clone git@github.com:<your-username>/<your-repo-name>.git
$ cd <your-repo-name>
$ bundle install
$ bundle exec jekyll serve