Intelligo AI chatbot framework
Documentation site for Intelligo chatbot framework.
- NodeJS >= 8
- yarn (Optional)
- Basic knowledge of navigating the terminal
# 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!
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.)