https://github.com/flo-bit/roomy-paint
https://github.com/flo-bit/roomy-paint
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flo-bit/roomy-paint
- Owner: flo-bit
- Created: 2025-04-15T12:31:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T12:31:43.000Z (about 1 year ago)
- Last Synced: 2025-06-19T03:46:33.990Z (12 months ago)
- Language: TypeScript
- Homepage: http://flo-bit.dev/roomy-paint/
- Size: 138 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roomy Svelte Drawing Example
https://github.com/user-attachments/assets/2092cb7c-bdeb-4e98-b3bb-68d9ce56fe85
Simple leaf/roomy-sdk test app where you can places squares to draw something.
## Development
Clone the [leaf repo](https://github.com/muni-town/leaf) and run
```bash
deno install
deno run syncserver
```
Then run this app
```bash
deno install
deno run dev
```
Open the app in your browser and click on "New Painting" then click on "Share Drawing" to copy the url to the clipboard and open it in another window to draw together.