Skip to content

max-zilla/ilnlrs

 
 

Repository files navigation

Geodashboard V3

Part of the Geostreaming Data Framework. Web frontend to explore, search and visualize data stored in the Geostreaming Web Service.

Built on react.js, redux, webpack, babel, react-router, openlayers 3.

How to Build

Requirements: Node.js and Yarn.

Install dependencies: yarn install (or npm install)

Develop: yarn start (or npm start)

Build: yarn run build (or npm run build)

Test for flow: yarn run flow (or npm run-script flow)

Once built you can create a docker image by running (change tag name as appropriate):

docker build -t geostreams/geodashboard:3.0.0 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.4%
  • CSS 6.7%
  • Other 0.9%