TAPIR-frontend is a Web UI for TAPIR.
To build and run the frontend you need npm.
npm install --legacy-peer-deps
npm run build
To integrate the bundle directly into TAPIR binary, see TAPIR documentation.
To serve the frontend independently (ex: for developement purpose)
npm start