Deforestation-Detector / web

Web application to promote awareness of deforestation in the amazon
https://deforestationdetector.com
MIT License
5 stars 1 forks source link
amazon deforestation threejs webgl

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