A decentralized chat app built with GUN.js. This had End-to-End Encryption built in.
- Clone this repository into your local drive.
- Inside this repository, open a terminal.
- For installing the dependencies, run
npm install
. - To run the project, run
npm run dev
.