Skip to content

Latest commit

 

History

History
executable file
·
26 lines (17 loc) · 483 Bytes

README.md

File metadata and controls

executable file
·
26 lines (17 loc) · 483 Bytes

Dependencies

You need to have nodejs and yarn installed.

Download them here if you haven't already: nodejs, yarn

Installation

Run yarn.

Development

To start developing your solution, you can use the built-in dev server by running

yarn start.

Then visit localhost:3000.

Testing

A test suite has been setup for you, please use it

yarn test for a single run.

or

yarn test:watch to keep it running.