This is the official website for CoderDojo York - a free and independent coding club for all young people aged 7-17 in York, UK.
This website is generated using a Ruby 'gem' called Jekyll. To install it, you need Ruby on your machine. It takes Markdown text files ending in '.md' and generates .html, .css and .js files and puts the in to the 'site' folder.
To install Jekyll, use the following commands on a command terminal program
gem install jekyll bundler
To test the website locally, use Jekyll to read the files
jekyll server