Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zihadhosan/gatsby_quick_start

Gatsby quick start pack with tailwind css, ShadCN UI with dark mood enabled
https://github.com/zihadhosan/gatsby_quick_start

dark-mode dark-theme gatsby gatsby-site gatsby-starter gatsbyjs shadcn-ui ssg tailwind

Last synced: 14 days ago
JSON representation

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

Awesome Lists containing this project

README

        



Gatsby



Gatsby + ShadCN + Tailwind Minimal Starter


Dark Mood Enabled

[DEMO](https://gatsby-lovat-three.vercel.app/)

## πŸš€ Quick start guide

1. **Installing Gatsby CLI**

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

```shell
npm install -g gatsby-cli
```

2. **Clone the repository**

```shell
git clone https://github.com/ZihadHosan/gatsby_quick_start.git

```

3. **Navigate into your new site’s directory and start it up.**

```shell
cd gatsby_quick_start

```

4. **Run the following for initialize**

```shell
npm i

```

5. **Run the following to start the local development server**

```shell
gatsby develop

```

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

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