User Interface for Parameter Estimation from Process Models.
Clone the repository. Make sure you have Node and yarn installed. In the root folder of the application, run available scripts:
Install third-party packages for local development.
yarn installNote: To run successfully, local overrides of
.envmust be defined, for instance in.env.local, or see what other .env files can be used.
This will by default run the application in your standard web browser at localhost:3000.
yarn startNote: This step requires a
.env.development.localfile, with local overrides of.envfor your local environment.
Build and run docker image for local development.
docker compose -f compose-dev.yaml up --buildWe use husky to automatically run tests, linting and formatting on commits, but you can also use the command below to run pre-commit manually.
yarn pre-commitAuthentication is implemented with Microsoft Oauth2 for React