https://github.com/jamsocket/y-sweet-app-scaffold
A starter scaffold for a Y-Sweet app
https://github.com/jamsocket/y-sweet-app-scaffold
Last synced: 9 months ago
JSON representation
A starter scaffold for a Y-Sweet app
- Host: GitHub
- URL: https://github.com/jamsocket/y-sweet-app-scaffold
- Owner: jamsocket
- Created: 2024-10-24T22:54:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T22:54:19.000Z (over 1 year ago)
- Last Synced: 2025-10-02T03:55:01.268Z (9 months ago)
- Language: TypeScript
- Size: 88.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Y-Sweet](https://jamsocket.com/y-sweet) application scaffold. Y-Sweet leverages [Yjs Shared Data Types](https://docs.yjs.dev/) to sync state across multiple clients.
## Getting started
1. `npm install`
2. Create a Y-Sweet service on [the Jamsocket dashboard](https://app.jamsocket.com).
3. Create a connection string on your Y-Sweet service's page.
4. Run the application with your connection string:
```bash
CONNECTION_STRING=[your connection string] npm run dev
```
You can learn more about Y-Sweet and how it integrates into your application in our [Y-Sweet Quickstart](https://docs.jamsocket.com/y-sweet/quickstart).
Y-Sweet is built and maintained by [Jamsocket](https://jamsocket.com).