rsnext/examples/cms-drupal
Oscar Busk 077097b7f8
Remove licence from all example/package.json that has them (#28007)
* Add licences to all example/package.json that lack them

* Revert "Add licences to all example/package.json that lack them"

This reverts commit 5d4e25012f7334772b8ef5924bc355277e827cba.

* Update check-examples to remove `license` field from examples

* Remove `license` from all examples.

This was mentioned in vercel/next.js#27121 but it looks like it didn't end up being in the merge?

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2021-08-14 10:48:39 -05:00
..
components Add cms-drupal example (#25198) 2021-06-16 20:59:31 +00:00
lib Add cms-drupal example (#25198) 2021-06-16 20:59:31 +00:00
pages Add cms-drupal example (#25198) 2021-06-16 20:59:31 +00:00
public/favicon Add cms-drupal example (#25198) 2021-06-16 20:59:31 +00:00
styles Add cms-drupal example (#25198) 2021-06-16 20:59:31 +00:00
.env.local.example Add cms-drupal example (#25198) 2021-06-16 20:59:31 +00:00
.gitignore Add cms-drupal example (#25198) 2021-06-16 20:59:31 +00:00
next.config.js Add cms-drupal example (#25198) 2021-06-16 20:59:31 +00:00
package.json Remove licence from all example/package.json that has them (#28007) 2021-08-14 10:48:39 -05:00
postcss.config.js Update dependencies of all CMS examples. (#27001) 2021-07-09 14:43:56 +02:00
README.md Add cms-drupal example (#25198) 2021-06-16 20:59:31 +00:00
tailwind.config.js Update dependencies of all CMS examples. (#27001) 2021-07-09 14:43:56 +02:00

A statically generated blog example using Next.js and Drupal

This example showcases Next.js's Static Generation feature using Drupal as the data source.

Demo

https://cms-drupal.vercel.app

Deploy your own

Once you have configured the Next.js module for Drupal and have access to the environment variables you'll need, deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example cms-drupal cms-drupal-app
# or
yarn create next-app --example cms-drupal cms-drupal-app

Setup Drupal

See the Get Started guide here.

Deploy from Our Template

Alternatively, you can deploy using our template by clicking on the Deploy button below.

Deploy with Vercel