# Quick Start
The quickest way to get started with intelligo is to utilize the intelligo-generator
to generate an bot as shown below:
Install the command line tool
$ npm install intelligo-cli -g
# Generate base project
Generate the your slack bot project:
Before you start, you'll need a Slack App. If you don't already have one, click the following link to create it and put token
in index.js
file.
# Install dependencies:
$ npm install
# Run your bot
Start your bot app:
$ npm start