Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 928 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 928 Bytes

Toy Robot Simulator

Simulation of a toy robot moving on a square tabletop

Requirements

• Mac OS X, Windows, or Linux
Node.js v8.12 or newer
NPM v6.4 or newer

Install Dependencies

npm install

Execute App

npm run start

Execute Tests

npm run test

Generate Coverage Report

npm run coverage

Execute Eslint

npm run lint