Hacker Chatroom is a messaging service we created to be able to chat in a terminal based client.
Everyone likes to feel Hack3r Statu$
sometimes 😎.
npm install -g hacker-chatroom
hacker-chatroom
git clone https://github.com/Branch-Bunch/Hacker-Chatroom-Client.git
cd Hacker-Chatroom-Client
npm install
# Make sure you're connecting to our server by changing the following variable
# In config.js
serverURL: 'https://hacker-chatroom.herokuapp.com'
# Then run
npm start
# Head over to our server repo and clone and run it
# Make sure in config.js, you're connecting to the local server
# Then run
npm start