faithoyebode / gatsby-source-cocktail-v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby

Gatsby Source Cocktail PLugin

A gatsby project with a custom built plugin for getting cocktails from https://thecocktaildb.com.

How to Start the Project

To get started creating a new plugin, you can follow these steps:

  1. cd into the project and run npm install
e.g cd gatsby-source-cocktail && npm i
  1. cd into gatsby-source-restapi in the plugins folder in the project and run npm install
e.g cd plugins/gatsby-source-restapi && npm i
  1. Start the dev server by running npm start

🚀 HUrray! You can now view the project in your browser

About

License:BSD Zero Clause License


Languages

Language:JavaScript 100.0%