Blog with Agility CMS and Next.js
Type: Code
Framework: Next.js
CSS: Tailwind
The Agility CMS & Next.js Starter is a sample Next.js starter site that integrates with Agility CMS, providing a foundation for building fully static websites using Next.js and Agility CMS. Here’s an overview of how to get started with this starter:
Live Website Demo:
You can explore a live demo of this starter on the provided website.
Getting Started:
- Sign up for Agility CMS: If you’re new to Agility CMS, sign up for a free account.
- Clone the Repository: Clone the provided GitHub repository.
- Install Dependencies: Run
npm install
oryarn install
to install the required dependencies. - Rename .env.local.example: Rename the
.env.local.example
file to.env.local
. - Retrieve API Keys: Retrieve your GUID, API Keys (Preview/Fetch), and Security Key from Agility CMS by going to Settings > API Keys.