This repository contains the code behind https://www.typinginthedark.net
- Install a full Ruby development environment
- Install Jekyll and bundler gems
gem install jekyll bundler
- Build the site and make it available on a local server
bundle exec jekyll serve
- Browse to http://localhost:4000
- Push to a new branch in Github
- Create a pull request from that branch into master branch
- When pull request is accepted and merged into master. The code will be pushed automatically to Gitub Pages.