cd client # from the root directory of the project
npm installcd backend # from the root directory of the project
uv sync
cd dummy
uv run setup.py developcd backend/dummy
uv run pserve dummy.ini --reloadNote
Go to http://localhost:6543/example to see the service.
cd client
node example.js