# FDO Manager Web-based User Interface **This is WIP - don't use it unless you want to break things.** ## Setup Setup the run time environment with ```bash npm install ``` ## Run ### Running the development server. ```bash export NEXT_PUBLIC_API_URL="http://localhost:8080/api" npm run dev ``` ### Building for production. ```bash npm run build ``` ### Running the production server. ```bash npm run start ``` # Contact * (Lead) Timm Fitschen <t.fitschen@indiscale.com> # License AGPL 3.0 or later. <https://www.gnu.org/licenses/agpl-3.0.en.html> # Copyright * Copyright (C) 2024 Timm Fitschen <t.fitschen@indiscale.com> * Copyright (C) 2024 IndiScale GmbH <info@indiscale.com>