HapaChat is a webapp for connecting individuals during quarantine.
Use this link to access a live demo.
Clone the repository and install all server-side dependencies using npm.
cd server
npm install
Next, install all all client-side dependencies using npm.
cd client
npm install
To run the app on https://localhost:3000, run the following.
cd server
npm run start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.