Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iam-rohid/code-to-img
https://github.com/iam-rohid/code-to-img
code code-snippets code-to-img image snippet-generator snippets
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/iam-rohid/code-to-img
- Owner: iam-rohid
- Created: 2024-11-14T04:22:27.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-14T04:38:15.000Z (about 1 month ago)
- Last Synced: 2024-11-14T09:06:02.937Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://code-to-img-phi.vercel.app
- Size: 329 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
README
# Code to Image - The shinier code screenshot tool
![App Screenshot](./screenshots/Screenshot.png)
---
## [Docker Support 🐳](https://www.docker.com/)
If you want a self-hosted deployment, code-to-image supports that too,
1. [Dockerfile](./Dockerfile)
2. [docker-compose](./docker-compose.yaml)**To deploy using docker, use,**
`docker-compose up -d`
> -d -> Detach from the container after creation.
---