Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lilyminium/text-framing

Make cute framed, centered text headers.
https://github.com/lilyminium/text-framing

Last synced: 18 days ago
JSON representation

Make cute framed, centered text headers.

Awesome Lists containing this project

README

        

# Text Headers

Make text headers at [https://text-framing.herokuapp.com/](https://text-framing.herokuapp.com/).

## Running locally

To run a development instance locally, create a virtualenv, install the
requirements from `requirements.txt` and launch `app.py` using the
Python executable from the virtualenv.

## Deploying on ECS

Use `make image` to create a Docker image. Then, follow [these
instructions](https://www.chrisvoncsefalvay.com/2019/08/28/deploying-dash-on-amazon-ecs/)
to deploy the image on ECS.