/socrates-uk

Repository hosting the Software Craft And Testing Unconference UK website.

Primary LanguageHTML

SoCraTes UK - 2024


Join the conversation in #ev_socratesuk and #org_socratesuk on Slack.

Conference organised by the Software Crafters Community.

Run website locally for development

If you want to make changes and raise a PR you can run the website locally to see how your changes will look like.

Just follow the official guide

If you don't want to install tools (or are running on windows where it's a pain), a command like the following helps bypass install issues (but runs more slowly):

docker run -it --rm --volume=$(pwd):/srv/jekyll -p 4000:4000 jekyll/jekyll jekyll serve --trace --incremental

To upgrade jekyll

bundle update
  • Remember to also add the Gemfile.lock file to the commit