/firefighting-planner

[POC] Collaborative planning tool for fire fighting against wildfire

Primary LanguageJavaScriptMIT LicenseMIT

Firefighting planner

POC of Collaborative planning tool for fire fighting against wildfire, created for NASA International Space Apps Challenge 2019.

Links

Getting started

Install middleware

Git

  1. Download Desktop from https://desktop.github.com/
  2. Clone this repository into your local

Node.js

  1. Download LTS version from https://nodejs.org/en/

Run in local

  1. Clone the repository
$ git clone git@github.com:watilde/firefighting-planner.git
  1. Install dependencies
$ cd firefighting-planner
$ npm install
  1. Put your token into .env
$ cp .env.example .env
# Put your token
  1. Run local server
$ npm start
  1. Open app

http://localhost:3000

Known issues

[.WebGL-0x7ffc5ed87800]RENDER WARNING: there is no texture bound to the unit 0

NASAWorldWind/WebWorldWind#302