Appearance
Getting Started
Ways to Install
Docker
You can run URL-to-PNG using Docker with the following command:
bash
docker run --rm -p 3089:3089 ghcr.io/jasonraimondi/url-to-png
Local Development
To run URL-to-PNG locally, follow these steps:
Clone the repository:
bashgit clone git@github.com:jasonraimondi/url-to-png.git cd url-to-png
Install dependencies:
bashpnpm install
Install Playwright browsers (if needed):
bashpnpm exec playwright install chromium
Start the development server:
bashpnpm dev
The Docker image is also available on DockerHub.