Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rasjonell/photocollab
Real-Time, Collaborative Photo Editor 🎨
https://github.com/rasjonell/photocollab
canva canvas collaboration p2p partykit photoeditor polotno real-time
Last synced: 1 day ago
JSON representation
Real-Time, Collaborative Photo Editor 🎨
- Host: GitHub
- URL: https://github.com/rasjonell/photocollab
- Owner: rasjonell
- Created: 2023-10-01T13:58:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T16:29:25.000Z (about 1 year ago)
- Last Synced: 2024-01-26T01:02:16.909Z (about 1 year ago)
- Topics: canva, canvas, collaboration, p2p, partykit, photoeditor, polotno, real-time
- Language: TypeScript
- Homepage: https://photocollab.app
- Size: 2.54 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhotoCollab 🎨
Real-Time, Collaborative Photo Editor
![PhotoCollab GIF](./artsync.gif)
## Local Development
- Clone the repo
- `git clone https://github.com/rasjonell/PhotoCollab`
- Copy `.env.example` into `.env` and configure your environment
```bash
echo """
VITE_POLOTNO_KEY=
VITE_PARTYKIT_HOST=
""" > .env
```
- Install the deps
- `npm install`
- Run PartyKit Server
- `npm run partykit:dev`
- Run the client
- `npm run dev`# Deployment
- Compile the project
- `npm run build`
- Deploy PartyKit Server
- `npm run partykit:deploy` you can also provide your own name for the project: `npm run partykit:deploy -- ./party/index.ts --name `