All Projects → storyblok → Gatsby Storyblok Boilerplate

storyblok / Gatsby Storyblok Boilerplate

Licence: mit
Gatsby starter template with Storyblok's headless cms and true preview

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gatsby Storyblok Boilerplate

Opensource
Conheça os projetos Open Source na Globo.com
Stars: ✭ 100 (+233.33%)
Mutual labels:  hacktoberfest, gatsbyjs
Sentry Docs
The new place for the sentry documentation (and tools to build it)
Stars: ✭ 160 (+433.33%)
Mutual labels:  hacktoberfest, gatsbyjs
Nodejs.dev
A new Node.js resource built using Gatsby.js with React.js, TypeScript, and Remark.
Stars: ✭ 1,794 (+5880%)
Mutual labels:  hacktoberfest, gatsbyjs
Awesome Learning
Awesome Learning - Learn JavaScript and Front-End Fundamentals at your own pace
Stars: ✭ 216 (+620%)
Mutual labels:  hacktoberfest, gatsbyjs
Gatsby Remark Oembed
A GatsbyJS Plugin that transforms oembed links into its corresponding embed code.
Stars: ✭ 154 (+413.33%)
Mutual labels:  hacktoberfest, gatsbyjs
Reactive Resume
A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Stars: ✭ 3,280 (+10833.33%)
Mutual labels:  hacktoberfest, gatsbyjs
Mvvm C Templates
Templates for MVVM-C architecture
Stars: ✭ 27 (-10%)
Mutual labels:  hacktoberfest
Godot Python
Python support for Godot 🐍🐍🐍
Stars: ✭ 944 (+3046.67%)
Mutual labels:  hacktoberfest
Uwp bridge java
Skeleton for packing Java applications for publishing them on Windows Store
Stars: ✭ 27 (-10%)
Mutual labels:  hacktoberfest
Definitelytyped
The repository for high quality TypeScript type definitions.
Stars: ✭ 37,066 (+123453.33%)
Mutual labels:  hacktoberfest
Meshery.io
Site for Meshery, the multi-mesh manager
Stars: ✭ 29 (-3.33%)
Mutual labels:  hacktoberfest
Usefonts
A tool to help designers and developers select their perfect fonts. It uses Google Fonts API to fetch the fonts.
Stars: ✭ 29 (-3.33%)
Mutual labels:  hacktoberfest
Cineaste Ios
An iOS application to manage movies you would like to see and movies you have seen.
Stars: ✭ 28 (-6.67%)
Mutual labels:  hacktoberfest
Opencast Docker
Dockerfiles for Opencast
Stars: ✭ 27 (-10%)
Mutual labels:  hacktoberfest
Ds Algo Point
This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
Stars: ✭ 949 (+3063.33%)
Mutual labels:  hacktoberfest
Conjugar
Conjugar is an app for learning Spanish verb conjugations.
Stars: ✭ 27 (-10%)
Mutual labels:  hacktoberfest
Ideoxan
👩‍💻 Ideoxan is a free to use online tool to learn programming.
Stars: ✭ 29 (-3.33%)
Mutual labels:  hacktoberfest
Julia
The Julia Programming Language
Stars: ✭ 37,497 (+124890%)
Mutual labels:  hacktoberfest
Cape
Cape Core
Stars: ✭ 28 (-6.67%)
Mutual labels:  hacktoberfest
Groupthink
A collaborative democratic platform built atop GitHub, designed for open policymaking and manifesto writing.
Stars: ✭ 28 (-6.67%)
Mutual labels:  hacktoberfest

Storyblok Gatsby Boilerplate

This repository is a Gatsby Storyblok starter template used in following tutorial.

Requirements

To use this project you have to have a Storyblok account. If you don't have one yet you can register at Storyblok, it's free.

Getting started

1. Get the source code.

  $ git clone https://github.com/storyblok/gatsby-storyblok-boilerplate.git

2. Install all dependecies

$  yarn # or npm install

3. Adding the Access token

Exchange the accessToken in gatsby-config.js with the preview token of a new empty Storyblok space which you can find on the space settings page.

// in gatsby-config.js
plugins: [
  {
    resolve: 'gatsby-source-storyblok',
    options: {
      accessToken: 'Your_Accesse_Token_Here',
      homeSlug: 'home',
    }
  }
]

4. Run your project

Set the preview domain in Storyblok to http://localhost:8000/editor?path=

# to run in developer mode
$ yarn develop # or npm run develop
# to build your project
$ yarn build # or npm run build

Powered by Storyblok
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].