Skip to content

Open-TEE/Open-Tee.github.io

Repository files navigation

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