Skip to content

ashbhat/DS-100.github.io

 
 

Repository files navigation

DS100 Website

This website is written using Jekyll Bootstrap with some modifications to improve support for github pages.

Building Locally

Install rvm: https://rvm.io/

Install Ruby 2.2.0:

rvm install 2.2.0

Clone this repo:

git clone https://github.com/DS-100/DS-100.github.io

In the repo directory, run:

gem install bundler
bundle install

Finally, serve the project locally with:

jekyll serve

This will start the local Jekyll server at http://localhost:4000.

About

DS100 Course Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.0%
  • CSS 35.2%
  • Ruby 20.8%