An open API service indexing awesome lists of open source software.

https://github.com/itsjonq/gutenbook

An experimental Storybook-based Gutenberg block dev environment
https://github.com/itsjonq/gutenbook

Last synced: over 1 year ago
JSON representation

An experimental Storybook-based Gutenberg block dev environment

Awesome Lists containing this project

README

          

# 📘Gutenbook

> An experimental Storybook-based Gutenberg block dev environment.

![Gutenbook demo](./images/gutenbook-demo.gif)

## Get started

Once you clone this repo, install the project's dependencies by running:

```
npm install
```

Once that's done, fire up the dev environment by running:

```
npm start
```

The example Gutenberg blocks are located under `./blocks`.