Sqrrl / angular-ink-chatbot

Chat Bot Prototype with Angular and Ink

Home Page:https://sqrrl.github.io/angular-ink-chatbot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatbot with Angular and Ink

Learn more about the project here: https://www.neoskop.de/blog/simple-chatbots-with-angular-and-ink

Demo

https://sqrrl.github.io/angular-ink-chatbot/

Quickstart

Verify that you are running at least node 7 and npm 4 by running node -v and npm -v in a terminal/console window.

$ npm install
$ npm start

This will start the application on port 3000.

Build for production

$ npm install
$ npm build

This creates/updates the bundled files, stored in the build directory.

Update Ink

The story file is located under src/ink/story.ink.

On a Mac:

$ npm run ink

Otherwise use Inky to export the story.ink file as JSON, or download inklecate for your OS from https://github.com/inkle/ink.

About

Chat Bot Prototype with Angular and Ink

https://sqrrl.github.io/angular-ink-chatbot/

License:MIT License


Languages

Language:CSS 43.3%Language:TypeScript 37.1%Language:JavaScript 14.8%Language:HTML 4.8%