Skip to content
This repository has been archived by the owner on Apr 9, 2018. It is now read-only.

posm/posm-admin2

Repository files navigation

POSM Admin II

DEPRECATED: components have been incorporated into posm-admin-ui.

This is the version POSM Admin that hosts UIs for the POSM OpenDroneMap API and the POSM Imagery API.

Development

yarn
yarn start

Building

Edit config.toml to set paths and URLs appropriately before running:

yarn run build

This will produce a static site in public/ that can be distributed alongside API instances.