this is a collaborative whiteBoard webapp it can be used with friends and teams to work on a board in real time simultaneously
Instruction to get this running locally.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- docker
-
Clone the repo
git clone https://github.com/shashwat6797/whiteBoard.git
-
Install NPM packages
cd konvaJs && npm install
cd whiteboardBackend && npm install
-
Run Container for KeyCloak run in root of porject
docker compose up
-
Run the command in /konvaJs and /whiteboardBackend directory
npm run dev