Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 705 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 705 Bytes

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 .