Widget Test Pages
Local development test pages for the Squeeze Chat Widget.
Available Test Pages
English (/en/)
Japanese (/ja/)
Setup Instructions
- Start local Supabase:
supabase start
- Start admin API:
pnpm --filter admin dev
- Start widget dev server:
pnpm --filter 1liner-chatbot dev
- Serve test pages:
npx serve test -p 8080
- Open
http://localhost:8080