Skip to content

cnvoice/cnvoice

Repository files navigation

Deploying to Heroku With One Click

Deploy

Running Locally

Make sure you have Python 3.7 installed locally. To push to Heroku, you'll need to install the Heroku CLI, as well as Postgres.

$ git clone https://github.com/cnvoice/cnvoice.git
$ cd cnvoice

$ python3 -m venv cnvoice
$ pip install -r requirements.txt

$ heroku local

Your app should now be running on localhost:5000.

Deploy to Heroku

$ heroku create
$ git push heroku master

$ heroku open

Documentation

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

About

A tool to randomize order of Chinese characters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published