You need to have nodejs and yarn installed.
Download them here if you haven't already: nodejs, yarn
Run
yarn.
To start developing your solution, you can use the built-in dev server by running
yarn start.
Then visit localhost:3000.
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.