Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (27 loc) · 748 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 748 Bytes

t12t

The t12t Website

Dependencies

Setting up stuff

  • Make sure Ruby is up to date v.1.9.3 or 2+.
  • Make sure Gem is available and updated.
  • Clone project.
  • Go to project-directory in Terminal.
  • Install Bundler:
gem install bundler
  • Then install Jekyll via Bundler:
bundler install
  • Run Jekyll
bundle exec jekyll serve

Ps. If you get problems with Nokogiri during the install here's a gist for you.