An Online, share-state whiteboard. Currently only has 1 room availble.
To get a local copy up and running follow these simple example steps.
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
- Clone the repo
git clone https://github.com/anthony-mg/OnlineWhiteboard.git
- Install NPM packages
cd OnlineWhiteboard
npm install
- Start the dev environment
npm run start
- To go localhost:3100