Requirements
Before using Syncosaurus, ensure the following requirements are met:
- Node v18+
- npm
- A frontend that utilizes React v16.8+
- Paid Cloudflare account with access to Durable Objects
- Access to the Syncosaurus CLI. This requirement can be fulfilled in two ways:
- Recommended: Use the
npx
feature to directly run Syncosaurus CLI commands without installing the Syncosaurus CLI application - Alternatively, you may also install the Syncosaurus CLI locally:
npm install -g syncosaurus-cli
- Recommended: Use the