We have two UI projects:
- service - monitoring UI
- standalone - additional package we use for embedding graphics for instance in jupyter notebook and other places
pnpm install
For now you have to have evidently ui (as a backend) running on localhost:8000
# inside service folder
pnpm dev
# inside service folder
pnpm build