Digital Oxford is a Tech and Design community for jobs and events in Oxford.
This is a jekyll/github pages site.
You can run this site locally with jekyll - there are some detailed instructions on github help, or just enter the commands below.
# install bundler globally
gem install bundler
# install jekyll (might take a while)
bundle install
# get jekyll to generate and serve the site
bundle exec jekyll server --watch
-
make sure you have an up to date
ruby
andbundler
installed on your computer (if you don't know/care what those are, find someone who does - you'll only need to do this once). -
click ":rocket:.command" - this will open a terminal window running the server, and a web browser pointing at the site.
-
(once you're done) - close the terminal window.