Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 478 Bytes

File metadata and controls

32 lines (23 loc) · 478 Bytes

Typing Tutor

Typing tutor is a simple game to practice and enhance your typing skills.

Installation

Clone the project:

SSH:

    git clone git@github.com:e911/typing-tutor.git

HTTPS:

    git clone https://github.com/e911/typing-tutor.git

Install all the dependencies:

    cd typing-tutor
    npm install

Run the project:

    npm run start

####Enjoy.