Easily and fast create nice termination letters
Spin up docker container
docker build -t lettergirl . # build container
docker run --rm -it -p 8000:8000 lettergirl # runcontainer
and then open http://localhost:8000
Easily and fast create nice termination letters
Spin up docker container
docker build -t lettergirl . # build container
docker run --rm -it -p 8000:8000 lettergirl # runcontainer
and then open http://localhost:8000