Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 614 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 614 Bytes

Collaborative_whiteboard 📋

About

"Collaborative Whiteboard is a platform facilitating real-time, shared visual collaboration, fostering teamwork and creativity across distances."

image

Installation

To run the frontend, navigate to the frontend directory and execute the following commands:

cd client
npm install
npm run dev

To run the frontend, navigate to the backend directory and execute the following commands:

cd backend
npm install
node index.js