Using terminal, first install it's dependencies:
npm i
To run the application:
npm start
A few caveats to operating the program:
- Accepts capitals only
- The PLACE command must have a space between PLACE and Co-ordinates. Co-ordinates and Facing only separated by a comma with no spaces ie. PLACE 5,5,NORTH
To run the tests with code coverage:
npm test
node version: v16.9.0
All other documentation for using the program are found in PROBLEM.md