Remix (Deprecated)
This is an example project of a Remix app that connects to a Drupal installation using GraphQL.
Getting Started
Clone Remix example project
npx create-remix@latest --template octahedroid/drupal-decoupled/starters/remixCopy .dev.vars.example
cp .dev.vars.example .dev.varsUpdate values read copied file for instructions
Development
Run the dev server:
yarn devSync GraphQL Changes
Run the gql:sync script
yarn gql:syncRemix docs
📖 See the Remix docs and the Remix Vite docs for details on supported features.