Website for RITESC. Built using Jekyll
- Install
rbenvwith your package manager (see here) - Install the proper
rubyversion withrbenv install
⚠️ Be sure to check the.ruby-versionfile to ensure you're installing the correct Ruby version
You can install Ruby manually using the instructions found here.
Install bundler to easily install all of the dependency gems:
gem install bundler
bundleTo start up the dev server (runs locally on http://127.0.0.1:4000) run:
bundle exec jekyll serveTo generate a static build of the site run:
bundle exec jekyll build