Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lilyminium/text-framing
- Owner: lilyminium
- License: mit
- Created: 2020-01-24T04:39:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T02:38:36.000Z (almost 4 years ago)
- Last Synced: 2024-10-16T11:57:45.477Z (2 months ago)
- Language: Python
- Homepage: https://text-framing.herokuapp.com/
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.