Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 2.76 KB

File metadata and controls

59 lines (39 loc) · 2.76 KB

html2rss.github.io

This repository hosts the documentation and website for html2rss, a tool for creating RSS feeds from any website.

🚀 Getting Started (Developers)

Prerequisites

  • Node.js (for Astro)

Quick Setup

# Install dependencies
make setup

# Start the local Astro development server
make dev

Feed Directory browse data comes from a running html2rss-web instance (GET /api/v1/configs). For local feed-directory testing, run an instance (for example from html2rss-web) and point the directory UI at it.

💻 Try in Browser

You can develop html2rss directly in your browser using GitHub Codespaces:

Open in GitHub Codespaces

The Codespace provides a cloud development environment with Node.js pre-installed. Run make setup to install dependencies and get started!

Available Commands

  • make setup - Install npm dependencies
  • make dev - Start Astro development server
  • make build - Build for production
  • make preview - Preview production build
  • make lintfix - Fix code formatting

🌐 Community & Resources

Resource Description Link
📚 Documentation & Feed Directory Complete guides, tutorials, and browse 100+ pre-built feeds html2rss.github.io
💬 Community Discussions Get help, share ideas, and connect with other users GitHub Discussions
📋 Project Board Track development progress and upcoming features View Project Board
💖 Support Development Help fund ongoing development and maintenance Sponsor on GitHub

Quick Start Options:

Contributing

Contributions are welcome! See our Get Involved page for details on discussions, reporting issues, and contributing.