Skip to content

trustgraph-ai/config-ui

Repository files navigation

Config util MVP

Setup for Python

pip3 -m venv env
. env/bin/activate
pip3 install -r requirements.txt

Build the UI

npm install
npm run build

Run it

./service

Browser time

Go to... http://localhost:8081