Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dabit3/draw-together
https://github.com/dabit3/draw-together
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dabit3/draw-together
- Owner: dabit3
- Created: 2024-01-16T14:39:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T16:15:33.000Z (about 1 year ago)
- Last Synced: 2024-01-17T00:41:56.433Z (about 1 year ago)
- Language: TypeScript
- Size: 17.9 MB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PartyKit + Fal + React - Draw Together real-time client
![Draw together demo](realtime.gif)
1. In `partykit-fal-react`, configure your Fal.ai credentials in `.env.local` (see `.env.local.example`)
In this directory, also run the app by installing the dependencies and running `npm run dev`
2. Run the PartyKit server by changing into the `partykit-fal` folder, installing the dependencies, and running `npm run dev`
3. Optionally, configure the React Native app by changing into the `partykit-fal-react` folder, installing the dependencies, configuring the Fal.ai credentials, and running `npm start`