Skip to content

Commit 3c955bf

Browse files
authored
Update README.md
Add links to tutorials
1 parent 734d674 commit 3c955bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Read more about the [anatomy of a plugin](https://github.com/stackbithq/sourcebi
3737

3838
## Getting started
3939

40+
**For a complete getting started walkthrough, check out this step-by-step tutorial: <https://www.stackbit.com/blog/data-driven-jamstack-sourcebit/>**
41+
4042
To ease the process of configuring Sourcebit, we've created a command-line tool that provides an interactive setup process that will install the project and any necessary plugins. It asks a series of questions defined by each plugin and generates the necessary configuration file (`sourcebit.js`) so that you can get up and running in no time.
4143

4244
To start this process, in your project directory run `npx create-sourcebit` or, if you've already installed Sourcebit, `npm init sourcebit`.
@@ -119,6 +121,8 @@ To disable cache, add the flag `--no-cache` to the `sourcebit fetch` command if
119121

120122
## Plugins
121123

124+
**For a step-by-step guide to creating a plugin for Sourcebit, check out this tutorial: <https://www.stackbit.com/blog/sourcebit-plugin/>**
125+
122126
Sourcebit is designed to be completely extensible. Documentation on how to build plugins can be found on our [wiki](https://github.com/stackbithq/sourcebit/wiki).
123127

124128
- [Anatomy of a plugin](https://github.com/stackbithq/sourcebit/wiki/Anatomy-of-a-plugin)

0 commit comments

Comments
 (0)