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
---
title: Quotely
emoji: πŸŒ–
colorFrom: purple
colorTo: indigo
sdk: docker
pinned: false
---
<h1 align="center">πŸŒ– Quotely</h1>
<p align="center">
<b>Minimalist Quote Generator</b><br>
<a href="https://www.docker.com/"><img src="https://img.shields.io/badge/Docker-Ready-blue?logo=docker" alt="Docker"></a>
<a href="https://huggingface.co/docs/hub/spaces-config-reference"><img src="https://img.shields.io/badge/Hugging%20Face-Docs-purple?logo=huggingface" alt="Hugging Face Docs"></a>
</p>
---
<p align="center">
<i>Generate beautiful, shareable quotes in seconds.<br>
Deploy anywhere with Docker.</i>
</p>
---
## ✨ Features
- 🎨 Customizable backgrounds & avatars
- πŸ–ΌοΈ High-quality `webp` image output
- πŸš€ One-command Docker deployment
- ⚑ Fast, lightweight, and scalable
---
## πŸš€ Quick Start
```bash
# 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](http://localhost:7860) in your browser.
---
## βš™οΈ Configuration
See [Hugging Face Spaces Config Reference](https://huggingface.co/docs/hub/spaces-config-reference) for advanced options.
---