This frontend application renders and explorable network graph of knowledge on verification workflows. To get the app up and running perform the following steps:
- clone the repository
- create a
.envfile in the root directory and set the environment variableNEXT_PUBLIC_GRAPH_API - run
npm installto install the dependencies - run
npm run devto spin up the development server
- run
npm run buildto build the app - run
npm run startto serve (locally) a previously built version of the app
The text content of the app is stored in a .json file in this repository under /locales/en/common.json. Update the respective strings and restart or rebuild the app. In the strings you are allowed to use HTML tags that will be rendered in the respective place.