Make sure you have Node.js (atleast v12.13.0, npm v6.12.0) installed.
git clone https://github.com/abhinavchawla13/txtlss-hackiesacks.git
cd txtlss-hackiesacks
npm install
npm run start
Add a .env
file in the root folder (you should setup your LiveChat, IBM Watson Credentials):
PORT=8081
NODE_ENV=development
LIVECHAT_USERNAME=
LIVECHAT_PASSWORD=
LIVECHAT_WEBHOOK_KEY=
LIVECHAT_WEBHOOK_KEY_START=
LANGUAGE_TRANSLATOR_URL=
SPEECH_TO_TEXT_URL=
TEXT_TO_SPEECH_URL=
TONE_ANALYZER_URL=
LANGUAGE_TRANSLATOR_API=
SPEECH_TO_TEXT_API=
TEXT_TO_SPEECH_API=
TONE_ANALYZER_API=
MONGODB_URI=
Add a ibm-credentials.env
file in the root folder for automatic watson authentication.
Heroku pipeline is set to auto deploy master
branch currently.