@westegg/gatsby-theme-recipes

A Gatsby theme for recipe enthusiasts.


Keywords
gatsby, gatsby-theme, gatsby-plugin
License
NTP
Install
npm install @westegg/gatsby-theme-recipes@1.2.20

Documentation

Westegg Gatsby Theme Recipes

A Westegg Gatsby theme for recipe enthusiasts. A fork of @marinda/gatsby-theme-recipes.

Gatsby Theme Recipes is released under the MIT license.

Screenshots of gatsby theme recipes demo site

View the Demo


Using Theme

Theme Readme


Developing:

This repo makes use of yarn workspaces to link packages together whilst developing. This means you can run the demo dev tasks whilst developing the theme package and see latest theme changes on the demo site.

Install dependencies

yarn

Run demo site in development mode

yarn start

Run demo site production build and serve on local server (locahost:9000):

yarn serve

Build

yarn build-demo

Clean

yarn clean-demo

If you like it, please rate it

If you enjoy using it, please star it!

Feedback

Create an issue.