The Wayback Machine - https://web.archive.org/web/20210815001931/https://github.com/topics/rss-aggregator
Skip to content
#

rss-aggregator

Here are 173 public repositories matching this topic...

humphd
humphd commented Apr 23, 2021

In package.json (root) we have two scripts that I think are no longer needed, but I'm not sure:

  "scripts": {
    "api:start": "docker-compose -f ./src/api/docker-compose-api.yml up --build -d",
    "api:stop": "docker-compose -f ./src/api/docker-compose-api.yml down",

If these aren't being used anymore (e.g., in scripts outside Telescope for deployment?), let's remove.

Improve this page

Add a description, image, and links to the rss-aggregator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rss-aggregator topic, visit your repo's landing page and select "manage topics."

Learn more