petermekhaeil / netlify-graph-remix

Netlify Graph + Remix
https://netlify-graph-remix.netlify.app
4 stars 0 forks source link

netlify-graph-remix

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/

Setup

  1. Install the latest version of the Netlify CLI:
npm i -g netlify-cli@latest
  1. Sign up and log in to Netlify:
ntl login
  1. Create a new site:
ntl init

Development

Start a local CLI session with Netlify Dev:

ntl dev --graph

Learn More