Skip to content

ajpl/phone-meme-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phone meme generator

Generate phone call memes on the spot !

How to run

Development

pip install pipenv
pipenv sync
python -m app.app.main

Production

Make sure the Docker daemon is running on your machine, then simply run:

docker pull ghcr.io/ajpl/phone-meme-generator
docker run --rm -p 80:80 ghcr.io/ajpl/phone-meme-generator

About

A simple flask app to generate phone call memes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published