/vctest

Template for Facebook Messenger bot

Primary LanguageJavaScript

vc test

Running Locally

Make sure you have Node.js and the Heroku Toolbelt installed.

$ git clone git@github.com:babi4/vctest.git # or clone your own fork
$ cd vctest
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku