🦋 hi there! My name is Chris Biscardi and this is the source material for Composable Gatsby Themes!
In order for us to maximize our efforts during the workshop, please do the following:
- Setup the project (follow the setup instructions below) (~5 minutes)
- Install and setup Zoom on the computer you will be using (~5 minutes)
- Watch Gatsby Theme Authoring by Jason Lengstorf, or have the equivalent experience (58 minutes)
- Optionally, read up on themes development on my blog
The more prepared you are for the workshop, the better it will go for you.
All of these must be available in your PATH
. To verify things are set up
properly, you can run this:
git --version
node --version
npm --version
If you have trouble with any of these, learn more about the PATH environment variable and how to fix it here for windows or mac/linux.
git clone https://github.com/ChristopherBiscardi/advanced-gatsby-themes-workshop-code.git
cd advanced-gatsby-themes-workshop-code
yarn
If you can't work it out on your own then please file an issue and provide all the output from the commands you ran (even if it's a lot).