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