The RUCS website.
- Ensure that you have Ruby installed.
- Install Bundler:
gem install bundler - Install project dependencies:
bundle install - Run the server locally:
bundle exec jekyll serve - Build for deployment:
bundle exec jekyll build
If you are on Mac OS and encounter errors during installation, try:
- updating Ruby
xcode-select --installln -s /usr/local/opt/mpfr/lib/libmpfr.6.dylib /usr/local/opt/mpfr/lib/libmpfr.4.dylib- deleting
Gemfile.lockfile and.bundle,_sitedirectories and doingbundle installagain.