GitHub - AxessLab/typing-website

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Typing in the dark website

This repository contains the code behind https://www.typinginthedark.net

Setting up local development

  1. Install a full Ruby development environment
  2. Install Jekyll and bundler gems
gem install jekyll bundler
  1. Build the site and make it available on a local server
bundle exec jekyll serve
  1. Browse to http://localhost:4000

Deploy to website

  1. Push to a new branch in Github
  2. Create a pull request from that branch into master branch
  3. When pull request is accepted and merged into master. The code will be pushed automatically to Gitub Pages.