Realtime event scheduling using Pusher and VueJS
- Clone the project and install dependencies:
- Create a file named
.env
. Update the.env
file with the content below:
PUSHER_ID=app-id
PUSHER_KEY=app-key
PUSHER_SECRET=app-secret
PUSHER_CLUSTER=cluster
Note: ensure to replace the placeholder values with your pusher
appId
,key
,cluster
andsecret
.
- Clone the repo
- Enter the project folder
- Run
yarn
ornpm i
- Start server by running
node server
- Run
yarn serve
to start the application