/cool-cook

A chatbot product prototype to help user cook. Course project for COMP4461 HCI, HKUST

Primary LanguageJavaScript

To run locally, first make sure node.js is installed. I am using v12 LTS. Higher version should be okay.

cd <project folder>
npm i
npm start

Should be able to visit localhost:3000 in the browser now.

Botkit Starter Kit

This is a Botkit starter kit for web, created with the Yeoman generator.

To complete the configuration of this bot, make sure to update the included .env file with your platform tokens and credentials.

Botkit Docs

This bot is powered by a folder full of modules. Edit the samples, and add your own in the features/ folder.