Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 984 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 984 Bytes

Code to Image - The shinier code screenshot tool

App Screenshot Code to Image Converter - Convert your code snippets to beautiful images | Product Hunt


If you want a self-hosted deployment, code-to-image supports that too,

  1. Dockerfile
  2. docker-compose

To deploy using docker, use,

docker-compose up -d

-d -> Detach from the container after creation.