Skip to content

pennetti/voicebox

Repository files navigation

Voicebox

A predictive writing tool.

Running Locally

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.

Deploying to Heroku

$ ./deploy.sh

or

Deploy

Documentation

For more information about using Python on Heroku, see these Dev Center articles:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published