NextJS
This guide will help you get started using Netlify CMS with NextJS. Creating a new project Let’s repeat some of the basics of setting up a simple NextJS project (check out nextjs.org/learn for a more detailed version). # Create new directory and navigate into it mkdir awesome-kitties cd awesome-kitties # Initialize a new project npm …