This is a Gatsby 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:
🎨 Look
✏️ CMS
-
Install Node.js and npm
-
Install npm dependencies:
npm install
-
Get the project's
stackbit-api-key
from the Stackbit dashboard -
Assign this key to the
STACKBIT_API_KEY
environment variable (replace{stackbit_api_key}
with the actual key):export STACKBIT_API_KEY={stackbit_api_key}
-
Fetch the content from Contentful:
npx @stackbit/stackbit-pull --stackbit-pull-api-url=https://api.stackbit.com/pull/5fc42f8ba3526900167f7ff7
-
Start the Gatsby local development server:
npm run develop
-
Open http://localhost:8000/ in the browser
-
🎉
To start editing your site, you can use the Contentful interface at https://app.contentful.com/spaces/bab84eonwbj4.
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 2020-11-30T02:58:55.937Z
by Stackbit version 0.3.37
.