This is a Gatsby site using Sanity 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 -
Get the project's
stackbit-api-keyfrom the Stackbit dashboard -
Assign this key to the
STACKBIT_API_KEYenvironment variable (replace{stackbit_api_key}with the actual key):export STACKBIT_API_KEY={stackbit_api_key} -
Run the following command to fetch the content from Sanity:
npx @stackbit/stackbit-pull --stackbit-pull-api-url=https://api.stackbit.com/pull/6060970c739f6b00165cdbb3 -
[Optional] Run Sanity Studio locally: install sanity-cli
npm install -g @sanity/cli, navigate to the/studiodirectory, and runsanity installandsanity start. You may be required to login with the Sanity CLI. -
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 Sanity interface at https://maroon-avocado-0970c.sanity.studio/.
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-03-28T14:49:12.382Z by Stackbit version 0.3.50.

