Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seanchas116/simple-drawing-tool

Simple collaborative drawing tool example
https://github.com/seanchas116/simple-drawing-tool

Last synced: 4 days ago
JSON representation

Simple collaborative drawing tool example

Awesome Lists containing this project

README

        

# Simple Drawing Tool

This is a simple collaborative drawing tool example.

Built with:

- Firebase for authentication and real-time database
- React for UI
- Tailwind CSS for styling
- MobX for state management

## How to run locally

```sh
pnpm install
pnpm dev
```