Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny.cc

A web service that generates screenshots of web pages. It uses Puppeteer for headless browser rendering, stores screenshots in S3 compact storage

Installation

To install dependencies:

bun install

To run:

bun run dev

Deployment

This app is containerized with Docker for easy deployment.

  1. Build the Docker image:

    docker build -t tiny-cc .
  2. Run the container:

    docker run -p 3000:3000 --env-file .env tiny-cc

Ensure you have a .env file with required environment variables (see .env.example).

About

A web service that generates screenshots of web pages. It uses Puppeteer for headless browser rendering, stores screenshots in S3 compact storage

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages