Skip to content

Remix (Deprecated)

This is an example project of a Remix app that connects to a Drupal installation using GraphQL.

Terminal window
npx create-remix@latest --template octahedroid/drupal-decoupled/starters/remix
Terminal window
cp .dev.vars.example .dev.vars

Update values read copied file for instructions

Run the dev server:

Terminal window
yarn dev

Run the gql:sync script

Terminal window
yarn gql:sync

📖 See the Remix docs and the Remix Vite docs for details on supported features.