Skip to content

street2geek/rovers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

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.

Prerequisites

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

Run Program

  1. Clone the repo
    git clone https://github.com/street2geek/rovers
  2. Run tests
    deno test --allow-read
  3. Run app
    deno run -A main.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published