Skip to content

Latest commit

History

History
36 lines (24 loc) 路 1.12 KB

File metadata and controls

36 lines (24 loc) 路 1.12 KB

html2rss logo

html2rss-web

html2rss-web turns website sources into RSS/JSON feeds.

Quickstart

Test drive the app with these steps:

  1. Download docker-compose.quickstart.yml
  2. docker compose -f docker-compose.quickstart.yml up -d
  3. Open http://localhost:4000/ in your browser
  4. When prompted for a token, use CHANGE_ME_ADMIN_TOKEN

Important

This is a first-run demo path, not a production-ready setup.

Continue with the Getting Started and deployment guides for real setup.

Development (Dev Container Only)

All local development and test execution should run inside the repository Dev Container.

make setup
make dev
make ready

Development and Contributing