https://github.com/djschleen/docker-teleprompter
A teleprompter application that runs in a container
https://github.com/djschleen/docker-teleprompter
Last synced: about 1 month ago
JSON representation
A teleprompter application that runs in a container
- Host: GitHub
- URL: https://github.com/djschleen/docker-teleprompter
- Owner: djschleen
- License: mit
- Created: 2020-01-27T21:18:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T21:19:26.000Z (over 5 years ago)
- Last Synced: 2025-01-30T10:32:02.787Z (3 months ago)
- Language: Makefile
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# docker-teleprompter
A teleprompter application hosted in a docker container. Enter your own text and away you go.

## Usage
Modify the ```config.env``` and ```deploy.env``` to suit your needs from a version and repo perspective.
To build: ```make build```
To run: ```make run```## Additional References
Based on work from [Manifest Interactive](https://github.com/manifestinteractive/teleprompter). Also available online at [https://promptr.tv](https://promptr.tv)