Skip to content

robinpokorny/robinpokorny.com

Repository files navigation

Local development

bundle install
bundle exec jekyll serve

Codespaces development

gem install bundler jekyll
bundle update
bundle exec jekyll serve

Local CMS

npx decap-server

Open http://127.0.0.1:4000/admin in the browser.