Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kickstartds/stackbit-starter
https://github.com/kickstartds/stackbit-starter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kickstartds/stackbit-starter
- Owner: kickstartDS
- License: other
- Created: 2023-11-24T15:27:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T09:36:49.000Z (10 months ago)
- Last Synced: 2024-03-05T19:12:23.234Z (10 months ago)
- Language: TypeScript
- Size: 15.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kickstartDS Netlify Create (formerly Stackbit) starter
## Deploy your own
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/kickstartDS/stackbit-starter)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FkickstartDS%2Fstackbit-starter)## Getting Started
The typical development process is to begin by working locally.
Run the Next.js development server:
```txt
cd my-stackbit-site
npm run dev
```Install the Stackbit CLI. Then open a new terminal window in the same project directory and run the Stackbit Dev server:
```txt
npm install -g @stackbit/cli
stackbit dev
```This outputs your own Stackbit URL. Open this, register or sign in, and you will be directed to Stackbit's visual editor for your new project.
![Next.js Dev + Stackbit Dev](https://assets.stackbit.com/docs/next-dev-stackbit-dev.png)
## Next Steps
Here are a few suggestions on what to do next if you're new to Stackbit:
- Learn [how Netlify Create works](https://docs.netlify.com/create/concepts/how-create-works/)
- Follow the [_Getting Started_ tutorial](https://docs.netlify.com/create/get-started/nextjs-markdown/)## Support
If you get stuck along the way, get help in our [Discord](https://discord.gg/mwKzD5gejY).
## Main inspiration
The main inspiration of this starter was drawn from this great example:
https://github.com/stackbit-themes/stackbit-examples/tree/main/auto-annotated-portfolio## Contributing
Contributions are welcome. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as below, without any additional terms or conditions.
## License
This project is licensed under either of
- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([LICENSE-APACHE](LICENSE-APACHE))
- [MIT license](https://opensource.org/license/mit/) ([LICENSE-MIT](LICENSE-MIT))at your option.
The SPDX license identifier for this project is MIT OR Apache-2.0.
---
For more information and updates, please visit the project's GitHub repository.
## Support
Join our [Discord community](https://discord.gg/mwKzD5gejY) for support, or leave an issue on this repository!