Development server for Cuttlefish Sync.
npm install @cuttlefish-sync/dev-server
Start the development server:
npx cuttlefish-dev-server start
Stop the development server:
npx cuttlefish-dev-server stop
Or use the npm scripts:
npm start # Start the server
npm stop # Stop the server
The dev-server supports the following platforms:
Platform-specific binaries are automatically installed as optional dependencies.
FSL-1.1-Apache-2.0