Skip to content

intelligo-mn/intelligo.js.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.)