This is a Javascript implementation of the mars probes logic problem.
First of all, to run the project you will need to install the dependencies using the following command:
npm install
So, to run the project in development mode, simply:
npm run dev
And to run the tests:
npm run test
Pablo Henrique de Oliveira