MINT assists analysts to easily use sophisticated simulation models and data in order to explore the role of weather and climate in water on food availability in select regions of the world.
The portal is connected to an Hasura GraphQL database, an execution engine and the model-catalog. You can follow the following repository to install them: MINT installation package
To connect the ui with the other services, please copy the configuration sample file
$ cp config.js ./src/assets
Build the image
$ docker build -t mint_ui .
To create the production build use:
yarn build
You can start the development server with:
yarn start