Read the step-by-step guide here: RSS feed to your Next.js app
You can download or clone this project by running this command from your terminal:
git clone https://github.com/Ibaslogic/nextjs-mdx-blog-rss
Then:
cd nextjs-mdx-blog-rss
npm install
# or
yarn
npm run dev
# or
yarn dev
You should see the app in your browser address bar at http://localhost:3000