Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 250 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 250 Bytes

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