Open source chat app by https://teletyped.com. Try it here: https://chat.teletyped.com
Clone the repo
cd chat
Install dependencies
npm i
Start the database (docker)
npm run db:start
Push migrations
npm run db:push
Copy and paste .env.example, rename it to .env and replace all the variables.
Run the app
npm run dev
Currently, you can only sign in with google.