Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Code to Image - The shinier code screenshot tool

![App Screenshot](./screenshots/Screenshot.png)
Code to Image Converter - Convert your code snippets to beautiful images | Product Hunt

---

## [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.

---