Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 391 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 391 Bytes

Open-Tee Webpages

Site development environment setup

  • You need to have Ruby and Gem installed first.

  • Then, install bundler with:

    gem install bundler

  • After you have bundler, install required bundles locally with:

    bundler install --path vendor/bundle

  • Finally, to view pages locally, run:

    bundler exec jekyll serve