SCU ICPC Community Development and local testing Option 1 (Ruby Installed) 💎 Inside the repo directory, execute the following: gem install bundler bundle install bundle exec jekyll serve --watch Option 2 (Docker Installed) ❤️ 🐳 Remove Gemfile.lock first, if exists. docker run -it --rm -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages