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

Latest commit

 

History

History
38 lines (27 loc) · 1.26 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.26 KB

Monitor

CircleCI Requirements Status Codacy Badge

🚨 E2E monitoring by Headless Chrome for Emoji Generator

Requirements

  • Python $(cat .python-version)

Getting started

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

$ python server.py # Run server
$ python worker.py # Run worker

Deployment

Requirements

Commands

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

License

MIT © Emoji Generator