You'll need Git and npm installed on your computer.
From your command line:
# Clone this repository
$ git clone https://github.com/neeleshio/chatbot-ui.git
# Go into the repository
$ cd chatbot-ui
# Install dependencies
$ npm install
# Run the server
$ npm start
-
Clone the repo and create a new branch: $ git checkout https://github.com/neeleshio/chatbot-ui.git
-
Make changes and test.
-
Submit Pull Request with decent description of changes.