watilde / firefighting-planner

[POC] Collaborative planning tool for fire fighting against wildfire

Home Page:https://firefighting-planner.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

[POC] Collaborative planning tool for fire fighting against wildfire

https://firefighting-planner.dev

License:MIT License


Languages

Language:JavaScript 90.8%Language:HTML 8.7%Language:CSS 0.4%Language:Shell 0.1%