Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gillkyle/egghead-using-gatsby-starter-plugin
- Owner: gillkyle
- Created: 2020-03-30T21:04:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:59:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T16:12:40.145Z (27 days ago)
- Language: JavaScript
- Homepage: https://egghead.io/lessons/gatsby-get-started-writing-a-gatsby-plugin-using-the-plugin-starter?af=z9q2z
- Size: 3.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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 pluginTo see the plugin run, navigate into the example site in the `my-gatsby-project` directory and run `gatsby develop` (after cloning and installing dependencies).