This repository contains the Next.js application intended for acf.wpgraphql.com.
- wpengine/faust-scaffold
- wpengine/wp-graphql-content-blocks
- wp-graphql/wp-graphql
- wp-graphql/wpgraphql-acf
- ACF
- shadcn/ui
Install dependencies
npm install
Create the .env.local
cp .env.local.sample .env.local
Add the appropriate FAUST_SECRET_KEY from the connected WordPress site.
Run the development server
npm run dev