Blog example powered by Drupal and Next.js
A very simple example of a Next.js blog powered by Drupal.
Built for a workshop in React Finland 2021.
This example uses the Next.js Drupal Module by arshadcn.
More information and documentation: https://next-drupal.org/docs/quick-start
Getting started
-
create a
.env.local
file with your connection data. -
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.