Skip to content

trustgraph-ai/simple-config-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d057d01 · Oct 5, 2024

History

14 Commits
Oct 5, 2024
Oct 5, 2024
Oct 5, 2024
Oct 5, 2024
Oct 5, 2024
Oct 5, 2024
Oct 5, 2024
Sep 1, 2024
Oct 5, 2024
Sep 1, 2024
Oct 5, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Oct 5, 2024
Oct 5, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024

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