A CLI Chat for developers and linux lovers
Just install our npm package and run:
# install chat
npm i -u tt-chat
# run
tchat
We still developing this app, so if you wanna run in developer mode:
- Clone this repository:
git clone git@github.com:marco-souza/terminal-chat.git && cd terminal-chat
- Install dependencies:
pnpm install
- Run the chat:
pnpm start