geotrellis / tree-prioritization-demo

Tree prioritization demo.
https://treeprioritization.geotrellis.io
Apache License 2.0
4 stars 2 forks source link

Tree Planting Site Prioritization Demo

Requirements

Build

Run

The other project scripts are meant to execute in the VM in the /vagrant directory. To run the container during development use the following commands:

Notes

scripts/setup can also be used to restore the project to its initial state: it will re-provision the VM, then remove and rebuild the Docker container(s). (Note: this will destroy the VM's existing Docker container before rebuilding it.)

HTML for the front end is in src/app-frontend/template.handlebars. It contains underscore templates that are expanded by JS code. Because Webpack's default HTML loader tries to expand the templates at load time we use the Handlebars loader instead as it ignores the underscore template syntax.

License