Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 455 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 455 Bytes

Robot cleaner

This is a code challenge for applying to Tibber

Prerequisite

  • Install docker
  • Install Node 16 (Developed with node 16, probably works with later versions too)
  • Install yarn with npm install --global yarn
  • Add a .env file with by copying .env.example into .env

Buld/Dev

  • docker-compose up

Test

  • yarn
  • yarn test