Inside the repo directory, execute the following:
gem install bundler
bundle install
bundle exec jekyll serve --watch
Remove Gemfile.lock
first, if exists.
docker run -it --rm -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages
Inside the repo directory, execute the following:
gem install bundler
bundle install
bundle exec jekyll serve --watch
Remove Gemfile.lock
first, if exists.
docker run -it --rm -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages