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