Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodik-dev/local-diy-next-sanity-remote
Jamstack site created with Stackbit
https://github.com/rodik-dev/local-diy-next-sanity-remote
headless jamstack nextjs sanity ssg stackbit static
Last synced: 2 days ago
JSON representation
Jamstack site created with Stackbit
- Host: GitHub
- URL: https://github.com/rodik-dev/local-diy-next-sanity-remote
- Owner: rodik-dev
- License: other
- Created: 2021-08-03T16:57:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T16:57:41.000Z (over 3 years ago)
- Last Synced: 2024-11-10T21:42:22.161Z (2 months ago)
- Topics: headless, jamstack, nextjs, sanity, ssg, stackbit, static
- Language: JavaScript
- Homepage: https://jamstack.new
- Size: 2.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ✨ local-diy-next-sanity-remote ✨
This is a [Next.js](https://nextjs.org) site using [Sanity](https://www.sanity.io) as a [CMS](https://en.wikipedia.org/wiki/Content_management_system). It was created with [Stackbit](https://www.stackbit.com?utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes) in under a minute.
You can [create a site](https://app.stackbit.com/create?theme=https://github.com/stackbit-themes/diy-unibit&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes) just like this one, or explore some variations. How about a different:
🎨 Look
✏️ CMS
⚙️ Static site generator
## Develop Locally
1. Install [Node.js and npm](https://nodejs.org/en/)
1. Install npm dependencies:
npm install
1. Navigate to the ["API Settings"](https://manage.sanity.io/projects/mx28hpbe/settings/api) page of this Sanity.io project. Then click "Add new token" and create new "write" token.
1. Assign the created token to the `SANITY_ACCESS_TOKEN` environment variable (replace `{sanity_write_token}` with the token):
export SANITY_ACCESS_TOKEN={sanity_write_token}
1. [Optional] Install and run Sanity Studio locally: install sanity-cli `npm install -g @sanity/cli`, navigate to the `/studio` directory, and run `sanity install` and `sanity start`.
You may be required to login with the Sanity CLI.
1. Start the Next.js local development server:
npm run develop
1. Open [http://localhost:3000/](http://localhost:3000/) in the browser
1. 🎉
## Editing Content
To start editing your site, you can use the Sanity interface at https://local-diy-next-sanity-remote-9755e.sanity.studio/.
Alternatively, you can use the free on-page editing experience provided by the [Stackbit Studio](https://stackbit.com?utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes).
[![](https://i3.ytimg.com/vi/zd9lGRLVDm4/hqdefault.jpg)](https://stackbit.link/project-readme-lead-video)
Here's a few resources to get you started:
- 📺 [Editing Content](https://stackbit.link/project-readme-editing-video)
- 📺 [Adding, Reordering and Deleting Items](https://stackbit.link/project-readme-adding-video)
- 📺 [Collaboration](https://stackbit.link/project-readme-collaboration-video)
- 📺 [Publishing](https://stackbit.link/project-readme-publishing-video)
- 📚 [Stackbit Documentation](https://stackbit.link/project-readme-documentation)
If you need a hand, make sure to check the [Stackbit support page](https://stackbit.link/project-readme-support).
## Colophon
Generated at `2021-08-03T16:57:30.828Z` by Stackbit version `0.3.53`.