/tapir-frontend

Web UI for TAPIR

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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