Skip to content

Getting Started

Mike Evans edited this page May 27, 2017 · 1 revision

Installation

git clone https://github.com/numical/bankbot.git
cd bankbot
npm install
npm test

First Runtime

npm run console

Note the default npm start is reserved for the public heroku hosted runtime

Directories

  • lib
    • channels
      • console
      • http
      • sms
      • web
    • chatbot
    • commands
    • constants
    • contexts
    • errors
    • persistence
    • runtimes
    • services
    • tools
  • spec
    • subdirs...
Clone this wiki locally