Web-chat 
Communication channel frontend for zine-robotics.
Steps to run
- clone the repository git clone https://github.com/zine-robotics/communication-channel-frontend
- clone backend repository git clone https://github.com/zine-robotics/communication-channel-backend.git
- cd communication-channel-backend && npm install && npm start
- open new terminal
- cd communication-channel-frontend && npm install && npm start