This repo is a simple slideshow gatsby theme with working demo.
Examples of how simple slides could be formatted can be found in /demo/slides
It includes:
- the slideshow theme (located in
theme/
) - a demo site (located in
demo/
) that installs the theme - a Yarn workspaces configuration so the theme and demo can be worked on simultaneously
-
Clone this repo
-
Run
yarn
-
Start the demo site.
yarn workspace demo develop
The demo will start at http://localhost:8000
NOTE: If you’re new to Yarn workspaces, check out this post for details.
-
Start editing the theme! The demo site is configured to use the local theme, so any changes you make to the local
theme
directory will be reflected on the demo site for easy local development. -
If you're having issues with the site not updating you may need to delete the
.cache
directory in/demo
and rebuild.