Skip to content

Gatsby quick start pack with tailwind css, ShadCN UI with dark mood enabled

Notifications You must be signed in to change notification settings

ZihadHosan/gatsby_quick_start

Repository files navigation

Gatsby

Gatsby + ShadCN + Tailwind Minimal Starter

Dark Mood Enabled

DEMO

🚀 Quick start guide

  1. Installing Gatsby CLI

    Use the Gatsby CLI to create a new site, specifying the minimal starter.

    npm install -g gatsby-cli
  2. Clone the repository

    git clone https://github.com/ZihadHosan/gatsby_quick_start.git
    
  3. Navigate into your new site’s directory and start it up.

    cd gatsby_quick_start
    
  4. Run the following for initialize

    npm i
    
  5. Run the following to start the local development server

    gatsby develop
    

    Your site is now running at http://localhost:8000

    Edit src/pages/index.jsx to see your site update in real time!