htapia / cd.github.io

Introduccion a la Ciencia de Datos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Introduccion a la Ciencia de Datos


Languages

Language:HTML 41.8%Language:CSS 33.4%Language:Ruby 24.8%