Skip to content

icpc-scu-community/icpc-scu-community.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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