Run the web app locally
Start the PocketWorkers web app against the linked Supabase project.
The web app lives under AgentSever/web.
Start the dev server
cd AgentSever/web pnpm --filter web dev
The local web app runs at:
http://localhost:3000
Verify health
Use the healthcheck route:
http://localhost:3000/api/healthcheck
The database service should report healthy.
Authentication
Email confirmation is disabled for local testing, so a password sign-up should return an active session immediately.
After sign-in, open /home, create or select a team workspace, and continue with gateway registration from the team gateway page.