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