A predictive writing tool.
Make sure you have Python installed properly. Also, install the Heroku Toolbelt.
$ git clone https://github.com/pennetti/voicebox.git
$ cd voicebox
$ [sudo] pip install virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ npm install
$ heroku local web
Your app should now be running on localhost:5000.
$ ./deploy.sh
or
For more information about using Python on Heroku, see these Dev Center articles:
- Python on Heroku
- This application supports the Getting Started with Python on Heroku article - check it out.