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 install
Note: To run successfully, local overrides of
.env
must 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 start
Note: This step requires a
.env.development.local
file, with local overrides of.env
for your local environment.
Build and run docker image for local development.
docker compose -f compose-dev.yaml up --build
We 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-commit
Authentication is implemented with Microsoft Oauth2 for React