Standard - JavaScript Style Guide

Getting Started

Clone the repo:

git clone git@github.com:emilioriosvz/the-lost-martian.git
cd the-lost-martian

Install dependencies:

npm i

or

yarn

Run:

npm start

Test:

npm test