Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gillkyle/egghead-using-gatsby-starter-plugin

repo with a generated site and plugin to show how plugin development can be setup
https://github.com/gillkyle/egghead-using-gatsby-starter-plugin

Last synced: 16 days ago
JSON representation

repo with a generated site and plugin to show how plugin development can be setup

Awesome Lists containing this project

README

        

# Egghead - Using the Gatsby Plugin Starter

Use official Gatsby starters to create an example site and a plugin that can be developed alongside it. This is a quick way to get started building your own plugin.

## 🧐 What's Inside

- `/my-plugin`: the example plugin that can implement Gatsby APIs
- `/my-gatsby-project`: the example site that includes the sample plugin

To see the plugin run, navigate into the example site in the `my-gatsby-project` directory and run `gatsby develop` (after cloning and installing dependencies).