The validation server front-end user interface is built on the React.js JavaScript library. The front-end interface facilitates user authentication, visual display, selection, refining, and release of data and privacy budgets via direct JavaScript calls to the API.
To run, you need the forumone-cli library installed. If not already installed, run:
npm install -g forumone-cliTo initialize and run the app:
f1 buildf1 up
The app will available on port 3000: http://localhost:3000/
To stop the app, run f1 down. There are most likely docker-cli alternatives we can use here, but forumone-cli simplifies what we need to run.