Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 948 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 948 Bytes

IntragalacticExoplanetary

Trying to change the world, I'm going to plot and scheme

Alt text

This is a small program that downloads and interprets some public data about exoplanets.

You can follow progress starting with this milestone: Assignment

To Install & Run

Open up a terminal and navigate to a directory you want to download the project into.

git clone [email protected]:peterjhart/intragalactic-exoplanetary.git
cd intragalactic-exoplanetary
npm install
npm start

To Test

Once the app is downloaded and installed, running tests is simple:

npm run test

This runs the test in "watch" mode. Press Ctrl+C to cancel.

If the response in the terminal says, "No tests found to file changed since last commit," press 'a' to test everything.