Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 2.3 KB

README.md

File metadata and controls

57 lines (45 loc) · 2.3 KB


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