wp-graphql / acf.wpgraphql.com

https://acf.wpgraphql.com
1 stars 1 forks source link

acf.wpgraphql.com

This repository contains the Next.js application intended for acf.wpgraphql.com.

🧰 Built With

⌨️ Development

Install dependencies

npm install

Create the .env.local

cp .env.local.sample .env.local

_Add the appropriate FAUST_SECRETKEY from the connected WordPress site.

Run the development server

npm run dev