Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zihadhosan/gatsby_quick_start
- Owner: ZihadHosan
- Created: 2024-04-17T05:32:16.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-17T06:28:17.000Z (9 months ago)
- Last Synced: 2024-11-04T01:41:51.728Z (2 months ago)
- Topics: dark-mode, dark-theme, gatsby, gatsby-site, gatsby-starter, gatsbyjs, shadcn-ui, ssg, tailwind
- Language: TypeScript
- Homepage: https://gatsby-lovat-three.vercel.app/
- Size: 380 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gatsby + ShadCN + Tailwind Minimal StarterDark 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!