/gatsby-theme-neutrino

An example submission for the Gatsby Theme Jam.

Primary LanguageCSS

Gatsby Neutrino Theme.

🔥 A portfolio theme built using gatsby-theme-jam-example for Theme Jam.

live demo

Demo: 📹

How to use this repo 📋

  1. Get the theme set up locally.

    # clone the repo
    git clone git@github.com:imranhsayed/gatsby-theme-neutrino.git
    
    # move into the directory
    cd gatsby-theme-neutrino
    
    # install dependencies
    yarn
  2. Start the demo site.

    yarn workspace demo develop

    The demo will start at http://localhost:8000