/typing

A typing game

Primary LanguageJavaScript

A typing game.

Build Status

Setup

  • Requires node.js to be installed
  • npm install - Installs all dependencies

Development

  • npm start - Start the local development server

Testing

  • npm test - Run tests for a single run (headless)

Test watching

  • npm run watch - Run the tests continuously

Linting

  • npm run lint - Run linting with JSCS and ESLint