Demo of Remix using Netlify Graph to fetch data from GitHub. When a new issue is created in this repository, it will be listed as a blog post. Try it out!
Demo: https://netlify-graph-remix.netlify.app/
- Install the latest version of the Netlify CLI:
npm i -g netlify-cli@latest- Sign up and log in to Netlify:
ntl login- Create a new site:
ntl initStart a local CLI session with Netlify Dev:
ntl dev --graph