Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 646 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 646 Bytes

Deforestation Detector

Live App Netlify Status

To install make sure you have Node.js installed.

To install dependencies run the following terminal command while in the project directory:

npm install

To run the development server after installation, run:

npm run dev

To run the test suite, run:

npm run test and then visit localhost:8080 in your browser

And to build out the static production build:

npm run build