Skip to content

NINAnor/greenplan-maps

Repository files navigation

Greenplan maps

Implements viewer with colormaps based on min/max of the current bbox

Running the webapp

The only requirement is having a web server which supports HTTP bytes serving/ranged requests, such as NGINX.

Development

docker compose --profile dev up --build

Then, the application can be seen by visiting http://localhost:8000/.

Production

Same as development, but using the prod profile:

docker compose --profile prod up