Realtime paint collaboration using Pusher and Vue
- Clone the project and install dependencies:
- Create a file named
.env
. Update the.env
file 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
,key
andsecret
.
- Clone the repo
- Enter the project folder
- Run npm install
- Start server by running
node server
- Run
yarn serve
to start the dev server