Skip to content

Latest commit

 

History

History

client

RssDT Frontend Client

RSS reader.

Main features:

  • Preview RSS/Atom feeds
  • Export and import feeds as OPML or text.
  • Setup email digests with custom filters

Tech Stack:

Development

  • Run the server (see its readme).

  • Create a .env or .env.development file in the root directory, containing the API URL.

    NEXT_PUBLIC_API_URL=http://localhost:4000/graphql
    NEXT_PUBLIC_WS_API_URL=ws://localhost:4000/graphql
  • Run this Next.js app

npm run dev