This is a Next.js project bootstrapped with create-next-app
.
TraceView 2 is a web-based visualization tool designed to enhance the capabilities of
ARDoCo.
It provides a clear, visual way to explore tracelinks and find inconsistencies between software architecture models and
documentation in software projects.
It is built using Next.js and React.
To run this project in a Docker container, you can use the following commands:
docker build -t traceview2 .
docker run -p 3000:3000 traceview2
Open http://localhost:3000 with your browser to see the result.