This example was written using the Deno runtime. (may display lint errors within your ide/editor without deno language server plugin)
Cd into folder and run tests to log result.
Install the Deno runtime on your system using one of the commands below. Note that there are a number of ways to install Deno - a comprehensive list of installation options can be found here.
Shell (Mac, Linux):
curl -fsSL https://deno.land/install.sh | sh
- Clone the repo
git clone https://github.com/street2geek/rovers
- Run tests
deno test --allow-read
- Run app
deno run -A main.ts