Web App for playing video and interactively tracking displayed objects.
You need Docker installed on your machine. See Docker Docs for installation instructions.
docker pull ghcr.io/theeverythingtracker/frontend:main
docker run -it -p 8080:80 --name 'TheEverythingTracker_Frontend' ghcr.io/theeverythingtracker/frontend:main
docker pull ghcr.io/theeverythingtracker/backend:main
docker run -it -p 8000:8000 --name 'TheEverythingTracker_Backend' ghcr.io/theeverythingtracker/backend:main
See "Set up"
This application is built with React and TypeScript using MUI for Material UI Components.
npm install
.npm run start
Whenever new Changes are pushed to the "main" branch, a new Docker image will be built
by
this GitHub Actions Pipeline.
You can find the latest Docker image here.
If you want to build locally run docker build -t frontend:dev .