This is a virtual doorbell for CYF office.
cd
to the server directory and runnpm install
.- Run
npm run dev
to run the websocket server. cd
up a directory and into thebell-status-client
directory.- Run
npm install
once - Change the websocket url in
src/App.jsx
and npm run dev` to start the client. cd
up a directory and into thebell-client
directory.- Run
npm install
. - Change the websocket url in
src/App.jsx
and npm run dev` to start the client.