Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 331 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 331 Bytes

Script src example

Setup

Run a Quid server on localhost and in the admin create a testns namespace. Create a testuser with a testpwd password in this namespace

Run the demo backend:

cd examples/backend
yarn serve
# or npm run serve

Run

cd examples/umd
# run
yarn dev

Open localhost:5173