Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Latest commit

 

History

History
53 lines (37 loc) · 1.14 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.14 KB

301 Moved Permanently

CircleCI License

⛵ The web application to redirect from old domain


© tsuneo/123RF.COM

Requirements

  • Python $(cat .python-version)

Libraries

Getting started

$ python -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ python app.py

Test

$ pip install -r requirements-dev.txt
$ pytest

Publish

Requirements

Commands

$ heroku create your-app-name
$ heroku addons:create heroku-redis:hobby-dev
$ heroku buildpacks:add https://github.com/heroku/heroku-buildpack-multi.git
$ git push heroku master

License

MIT © Emoji Generator