Gidhra is a web based chatbot which will serve the query related to osDFS. We are starting this project because we think chatbot can be super helpful to serve query related to osDFS, however the current state of affairs has most chatbots limited to existing messaging platforms such as Facebook, which is quite OK, but what if we want our bot to live elsewhere on the web?
We will build our own bot and will define our visual styles and rules as well as will have unlimited control for customization and logic. Various solutions already exist but they can be limiting, costly and hard to implement.
You can Gidhra locally as long as you have NodeJS as well as npm or yarn prefered in your system.
To install and run it in your computer just run the following commands in your terminal.
-
Clone this repo.
-
NAvigate into directory.
-
Run either
npm install
oryarn install
to install the dependencies -
Run
npm start
to fire up the server -
Visit
localhost:3000
in your browser