Realtime paint collaboration using Pusher and Vue
- Clone the project and install dependencies:
- Create a file named
.env. Update the.envfile with the content below:
PUSHER_APP_ID=app-id
PUSHER_APP_KEY=app-key
PUSHER_APP_SECRET=app-secret
Note: ensure to replace the placeholder values with your pusher
appId,keyandsecret.
- Clone the repo
- Enter the project folder
- Run npm install
- Start server by running
node server - Run
yarn serveto start the dev server