Graphical User Interface for the NorESM-LSP
This repository hosts a Dockerfile and source code for creating the Graphical User Interface of the NorESM Land Sites Platform.
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, runAPI_SERVER=http://localhost:8000 npm start
.