Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olavea/fantastic-doodle
a plugin showing hand-picked video with data from vimeo
https://github.com/olavea/fantastic-doodle
Last synced: 25 days ago
JSON representation
a plugin showing hand-picked video with data from vimeo
- Host: GitHub
- URL: https://github.com/olavea/fantastic-doodle
- Owner: olavea
- Created: 2022-02-02T07:02:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T07:02:07.000Z (almost 3 years ago)
- Last Synced: 2024-10-27T10:50:50.625Z (2 months ago)
- Language: JavaScript
- Size: 197 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# @raae/gatsby-plugin-starter
> Amazing plugin that solves everything
## A message from Queen [@raae](https://twitter.com/raae)
Learn how to get the most out of Gatsby and **stay updated** on the plugin by [subscribing](https://queen.raae.codes/emails/?utm_source=readme&utm_campaign=plugin-starter) to emails from yours truly.
## How to install
`npm install @raae/gatsby-plugin-starter`
or
`yarn add @raae/gatsby-plugin-starter`
## How to use
```
module.exports = {
plugins: [
`@raae/gatsby-plugin-starter`
],
}
```## How to contribute with code
### Getting started
- Fork the repo
- Clone your fork
- Install the packages: `yarn install`
- Run the demo: `yarn develop`To be able to have both the demo and plugin in the same repo we use [yarn workspaces](https://classic.yarnpkg.com/lang/en/docs/workspaces/).
- Plugin code is in the `/plugin` folder,
- and the demo code is in the `/demo` folder.### Do your thing
Solve an [issue](https://github.com/queen-raae/gatsby-plugin-starter/issues) or do something else!
### Create a Pull Request
To get your changes merged into the project create a Pull Request from your fork.
## How to contribute in other ways
### Questions, Feedback and Suggestions
If you have any questions, feedback or suggestions head on over to [discussions](https://github.com/queen-raae/gatsby-plugin-starter/discussions).
### Bugs
If you find a bug please open an [issue](https://github.com/queen-raae/gatsby-plugin-starter/issues) and/or create a pull request to fix it.