- Built with Next.js as the frontend framework.
- Uses WordPress as a headless CMS.
- Retrieves data using GraphQL for dynamic content integration.
- Fully decoupled setup for flexibility and scalability.
To get this project running, you will need to:
- Create a
.env.local
file in the root directory of your project with your WordPress GraphQL API address. - Update constants in the
lib
folder with your specific data. - Update
gtag.js
in thelib
folder with your GoogleGA_MEASUREMENT_ID
. - Set up Cloudinary for CDN image hosting and ensure the integration is properly configured.
- All sensitive information has been removed to ensure this repository is safe for public sharing.
Feel free to explore and adapt this example for your own projects!