Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 260 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 260 Bytes

Bridge web app frontend

Dev guide

Install dependencies:

npm install

Run dev server:

npm run dev

then navigate to http://localhost:5173.

Build bridge app:

npm run build

Test:

npm run test

Format code and lint:

npm run fmt