To run the application, you'll need:
- Node.js: an open-source, cross-platform, back-end JavaScript runtime environment
- npm: default package manager for Node.js
To get the app, clone the repo and cd
its directory.
Then run npm install
to install the app dependencies (readline-sync).
$ git clone [email protected]:bernardoarodrigues/toy-robot-simulator.git
$ cd toyrobot-simulator
$ npm install
To run the app, just start it from the command prompt through npm start
.