Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.62 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.62 KB

Monkeytype Docker

Monkeytype

TypeScript SASS HTML5

About

This repository contains the Dockerfile used to build the docker image for Monkeytype. The monkeytype service will be reachable on port 5000.

Monkeytype is a minimalistic and customizable typing test. It features many test modes, an account system to save your typing speed history, and user-configurable features such as themes, sounds, a smooth caret, and more. Monkeytype attempts to emulate the experience of natural typing during a typing test, by unobtrusively presenting the text prompts and displaying typed characters in-place, providing straightforward, real-time feedback on typos, speed, and accuracy.

The Dockerfile used to build these images is located here.

Usage

  1. Choose a specific tag to pull from Docker Hub

  2. Pull the image

    docker pull themythologist/monkeytype:frontend-latest
  3. Run the image

    docker run --publish 5000:5000 themythologist/monkeytype:frontend-latest

Reference

Monkeytype Github