A dashboard to browse and manage data from the Observe mobile mapping application.
The steps below will walk you through setting up a development environment for the frontend.
Install the following on your system:
Clone this repository locally and activate required Node.js version:
nvm install
Install Node.js dependencies:
yarn install
The config files can be found in app/assets/scripts/config
. After installing the project, there will be an empty local.js
that you can use to set the config. This file should not be committed.
Please refer to defaults.js for the available configuration properties.
Start server with live code reload at http://localhost:9000:
yarn serve
Generate a minified build to dist
folder:
yarn build