Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodik-dev/git-permissions-demo-c7dee
Made by Netlify Create
https://github.com/rodik-dev/git-permissions-demo-c7dee
composable headless jamstack netlify ssg
Last synced: 25 days ago
JSON representation
Made by Netlify Create
- Host: GitHub
- URL: https://github.com/rodik-dev/git-permissions-demo-c7dee
- Owner: rodik-dev
- License: mit
- Created: 2024-03-21T18:35:54.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-15T08:54:39.000Z (6 months ago)
- Last Synced: 2024-09-29T14:01:27.808Z (about 1 month ago)
- Topics: composable, headless, jamstack, netlify, ssg
- Language: TypeScript
- Homepage: https://netlify.com
- Size: 2.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stackbit Next.js Kitchen-Sink site
This is a [Stackbit](https://www.stackbit.com) Kitchen-Sink site demoing all the
possible fields and how they are edited in Stackbit.Begin a new Stackbit project or learn to add Stackbit to an existing site.
## Getting Started
Get up and running quickly by running the following command:
```txt
npx create-stackbit-app [project-name]
```Then change into `[project-name]` directory (default: `my-stackbit-site`) and start the Next.js dev server and Stackbit local dev in separate terminal tabs/windows.
```txt
cd [project-name]
npm run dev# in a separate tab/window
stackbit dev
```## Learn the Basics
Follow the [getting started tutorial](https://docs.stackbit.com/getting-started/) while running this project locally to get a feel for how Stackbit works.
Or jump to individual topics [in the docs](https://docs.stackbit.com/).
## Support & Feedback
[Join us on Discord](https://discord.gg/HUNhjVkznH) for community support and to provide feedback to us.