Skip to content

NorESMhub/noresm-lsp-ui

Repository files navigation

Graphical User Interface for the NorESM-LSP

DOI

This repository hosts a Dockerfile and source code for creating the Graphical User Interface of the NorESM Land Sites Platform.

Setup

Requires node > 16

  • Install dependencies: npm install.
  • Set the API_SERVER variable to your API server. E.g. if you're running the API locally on port 8000, run API_SERVER=http://localhost:8000 npm start.