/intelligo.js.org

The official website for Intelligo chatbot framework.

Primary LanguageJavaScriptMIT LicenseMIT


Intelligo AI chatbot framework

npm downloads undefined Followers License Tweet

Documentation site for Intelligo chatbot framework.

Getting Started

Prerequisites

Installation

# Clone the repo for local development
git clone https://github.com/intelligo-systems/intelligo.js.org.git

# Change directory into project
cd intelligo.js.org.git

# Install dependencies
npm install # or yarn

# Run local server
npm run dev # OR yarn dev

You should now be able to visit http://localhost:8080!

License

Copyright (C) 2019 Intelligo Systems.
Intelligo framework is open-sourced software licensed under the MIT license.
(See the LICENSE file for the whole license text.)