Skip to content

karthikr194/angular-ink-chatbot

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.3%
  • TypeScript 37.1%
  • JavaScript 14.8%
  • HTML 4.8%