Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.67 KB

README.md

File metadata and controls

59 lines (35 loc) · 1.67 KB

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


Using Theme


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.