This repository is a web UI that visualizes the results collected from Tracedin.
It was featured in the 2024 Capstone Design project at Chungbuk National University.
You can view the demo via Netlify.
npm installThe current .env file defines the backend endpoint.
If you want to use a different endpoint, please configure it through the environment variable.
export VITE_TRACEDIN_API=CUSTOM BACKEND ENDPOINTnpm startnpm run build


