Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 572 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 572 Bytes

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