This application is the puzzle demo for the Syncosaurus homepage.
Add a .env file to the root directory, containing a single parameter VITE_DO_URL. This URL must point to an active Syncosaurus server, either deployed to Cloudflare or running in a local dev environment.
The URL will likely be one of two options:
ws://localhost:8787if running a local dev server using the CLI on the default portwss://project-name.your-account.workers.devif pointing to a live Syncosaurus server
If running both the client app and server locally, use the Syncosaurus CLI to spin up both frontend and backend dev servers.
If the Syncosaurus server is deployed to Cloudflare, simply use npm run dev to spin up the Vite dev server.