This is a Next.js site using Contentful as a CMS. It was created with Stackbit in under a minute.
You can create a site just like this one, or explore some variations. How about a different:
✏️ CMS
-
Install Node.js and npm
-
Install npm dependencies:
npm install -
Navigate to "API keys" Settings page of your Contentful space and generate new "Personal Access Token"
-
Assign the generated Personal Access Token to the
CONTENTFUL_ACCESS_TOKENenvironment variable (replace{personal_access_token}with the access token):export CONTENTFUL_ACCESS_TOKEN={personal_access_token} -
Start the Next.js local development server:
npm run develop -
Open http://localhost:3000/ in the browser
-
🎉
To start editing your site, you can use the Contentful interface at https://app.contentful.com/spaces/sr6nacuav1bg.
Alternatively, you can use the free on-page editing experience provided by the Stackbit Studio.
Here's a few resources to get you started:
- 📺 Editing Content
- 📺 Adding, Reordering and Deleting Items
- 📺 Collaboration
- 📺 Publishing
- 📚 Stackbit Documentation
If you need a hand, make sure to check the Stackbit support page.
Generated at 2021-08-24T14:02:57.576Z by Stackbit version 0.3.55.

