Skip to content

apsinghdev/drawRTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

A real time collaboration project to draw with your friends.

crafted by Ajeet

INSTRUCTIONS

To set up the project locally:-

  1. cd into the api cd api
  2. install dependencies npm install
  3. then cd into the client cd client
  4. install dependencies npm install

In order to start drawing, execute these commands.

first start the server

  1. cd api
  2. npm run server

then start the client

  1. cd client
  2. npm run dev
  3. go to http://localhost:5173/
  4. draw and have fun!

NOTE: there are few bugs in this that I'll fix in upcoming commits.

About

Draw with real time collaboration ( drawRTC )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published