Skip to content

marcelmokos/advanced-gatsby-themes-workshop-code

 
 

Repository files navigation

Composing Gatsby Themes

An advanced workshop

🦋 hi there! My name is Chris Biscardi and this is the source material for Composable Gatsby Themes!

Pre-Workshop Instructions/Requirements

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.

System Requirements

  • git v2.20.1 or greater
  • NodeJS v11.15.0 or greater
  • yarn v1.19.0 or greater

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.

Setup

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).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%