Skip to content

html2rss/html2rss.github.io

Repository files navigation

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)
  • Ruby (for data updates)

Quick Setup

# Install dependencies and start development server
make setup

πŸ’» 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 and Ruby pre-installed. Run make setup to install dependencies and get started!

Available Commands

  • make setup - Install dependencies and start dev server
  • make dev - Start Astro development server
  • make build - Build for production
  • make preview - Preview production build
  • make build-full - Update data and build for production
  • make lintfix - Fix code formatting
  • make update - Update feed data

🌐 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.