Skip to content

tracedin/tracedin-ui

Repository files navigation

Tracedin-UI

Netlify Status

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.

🎨 Layout

You can view the demo via Netlify.

Image Example Image Example

Image Example Image Example

🚀 Getting started

Install

npm install

Configure App

The 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 ENDPOINT

Start

npm start

build for production

npm run build

Releases

No releases published

Packages

No packages published