Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 416 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 416 Bytes

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