Files
commafeed-podcasts/README.md
T
2026-06-11 13:28:14 +02:00

1.6 KiB
Raw Blame History

CommaFeed Podcasts

CommaFeed Podcasts logo

Experimental / WIP A progressive web application for podcast consumption, powered by CommaFeed as the backend.

Features

  • PWA support with offline caching.
  • Clientside routing via a lightweight router.
  • Dynamic page rendering based on URL parameters (e.g., /episodes/:id).
  • Built with Lit, TypeScript and OpenWC tooling.

Getting Started

npm install
bs/start

Build Scripts

See bs/README.md for available build and deployment scripts.

Testing

Tests are written with @open-wc/testing (Mocha) / Web Test Runner and follow the *.test.ts convention. Run all tests via:

bs/test

Documentation

Contributing

TBD

License

MIT