quotely / README.md
Ditzzy AF
feat(README.md): enhance README with detailed project info and quick start guide
ff883f5
|
Raw
History Blame Contribute Delete
1.25 kB
metadata
title: Quotely
emoji: πŸŒ–
colorFrom: purple
colorTo: indigo
sdk: docker
pinned: false

πŸŒ– Quotely

Minimalist Quote Generator
Docker Hugging Face Docs


Generate beautiful, shareable quotes in seconds.
Deploy anywhere with Docker.


✨ Features

  • 🎨 Customizable backgrounds & avatars
  • πŸ–ΌοΈ High-quality webp image output
  • πŸš€ One-command Docker deployment
  • ⚑ Fast, lightweight, and scalable

πŸš€ Quick Start

# Clone the repo
git clone https://huggingface.co/spaces/cv3inx/quotely
cd quotely

# Build & run with Docker
docker build -t quotely .
docker run -p 7860:7860 quotely

Open http://localhost:7860 in your browser.


βš™οΈ Configuration

See Hugging Face Spaces Config Reference for advanced options.