Draw something with your friends in real time! Your drawings, cursor location, username and color are transmitted to your friends in real time. Made with Socket.io
- Run
yarn build
ornpm run build
to build server files 🚧 - Run
yarn start
ornpm run start
to start server 🔥 - Go to
https://localhost:3000
to see what's going on 😳
To change your username or color, just delete id
data in your local storage and go to https://localhost:3000
.
Feel free to use GitHub's features.