**NOTE:** When running locally all redirects will also be local.
# Deploying
If you do not have a dedicated server, I highly recommend using [Heroku](https://devcenter.heroku.com/articles/getting-started-with-python), [PythonAnywhere](https://www.pythonanywhere.com/) or [AWS](https://aws.amazon.com/getting-started/projects/deploy-python-application/) to host your application.
Before deploying set debug to False:
run.py -->> app.run(debug=True)
And change the configurations:
tiny0 -->> config.json
# License
This project is under the [MIT](https://github.com/xemeds/tiny0/blob/master/LICENSE) license.