Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 533 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 533 Bytes

Data-Umbrella-Website

Website built using Jekyll with the theme Snowlake.

Setting up the system

To deploy in your local system:

  1. Be sure you have installed the requirements.

  2. Execute the following commands:

cd snowlake-v1.2
# This may need sudo
gem install bundler jekyll

bundle exec jekyll serve
  1. Open the address http://127.0.0.1:4000/ in the browser.