{"id":14962864,"url":"https://github.com/proximobinks/gatsby-starter-tailwind-css-netlify","last_synced_at":"2026-01-06T14:03:59.539Z","repository":{"id":222221890,"uuid":"756625565","full_name":"ProximoBinks/gatsby-starter-tailwind-css-netlify","owner":"ProximoBinks","description":"Quick-start Gatsby Starter integrated with Tailwind CSS v3.4.1 for custom designs, ready for Netlify deployment. Features custom theming, responsive nav, and a demo site.","archived":false,"fork":false,"pushed_at":"2024-02-13T05:31:17.000Z","size":195,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T02:35:37.657Z","etag":null,"topics":["css-framework","custom-theme","gatsby","gatsby-starter","netlify","responsive-design","site-development","tailwindcss","utility-first","web-development"],"latest_commit_sha":null,"homepage":"https://gatsby-starter-tailwind-css-netlify.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProximoBinks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-13T01:14:55.000Z","updated_at":"2024-02-15T08:00:10.000Z","dependencies_parsed_at":"2024-02-13T02:27:52.704Z","dependency_job_id":"264d956f-3b42-47c3-90ab-a60b6704f720","html_url":"https://github.com/ProximoBinks/gatsby-starter-tailwind-css-netlify","commit_stats":null,"previous_names":["proximobinks/gatsby-starter-tailwind-css-netlify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProximoBinks%2Fgatsby-starter-tailwind-css-netlify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProximoBinks%2Fgatsby-starter-tailwind-css-netlify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProximoBinks%2Fgatsby-starter-tailwind-css-netlify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProximoBinks%2Fgatsby-starter-tailwind-css-netlify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProximoBinks","download_url":"https://codeload.github.com/ProximoBinks/gatsby-starter-tailwind-css-netlify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245581765,"owners_count":20639035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css-framework","custom-theme","gatsby","gatsby-starter","netlify","responsive-design","site-development","tailwindcss","utility-first","web-development"],"created_at":"2024-09-24T13:30:37.224Z","updated_at":"2026-01-06T14:03:59.481Z","avatar_url":"https://github.com/ProximoBinks.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gatsby Starter for Tailwind CSS \u0026 Netlify\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ProximoBinks/gatsby-starter-tailwind-css-netlify/blob/main/LICENSE)\n\nStart your project quickly with this Gatsby Starter, integrating Tailwind CSS for styling and ready for seamless deployment with Netlify.\n\n[Tailwind CSS](https://tailwindcss.com/) is a utility-first CSS framework for rapidly building custom designs.\n\nThis starter uses Tailwind CSS v3.4.1 and includes a customised Tailwind configuration. It sets you up with the following:\n\n- `src/css/tailwind.css` where Tailwind's `base`, `components`, and `utilities` directives are injected\n- A customised `tailwind.config.js` file that extends the default theme with custom colors, spacing, font sizes, and screen sizes\n- `prettier`\n- `gatsby-plugin-postcss` including `autoprefixer`\n- `gatsby-plugin-react-helmet`\n- `gatsby-plugin-manifest`\n- Includes a responsive nav bar, with animated hamburger dropdown\n- Custom 404 Page\n\n## Demo Site\n\nYou can view the demo site [here](https://gatsby-starter-tailwind-css-netlify.netlify.app/)\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed:\n- Node.js (https://nodejs.org/)\n- Gatsby CLI (`npm install -g gatsby-cli`)\n\nThis will prepare your environment for developing with Gatsby and Tailwind CSS.\n\n## 🚀 Quick start\n\n1. **Create your Gatsby site**\n\n   Use the Gatsby CLI (`npm install -g gatsby-cli` if you don't have it already) to create your Gatsby site with Gatsby Starter TailwindCSS Netlify:\n\n   ```bash\n   gatsby new my-project-name https://github.com/ProximoBinks/gatsby-starter-tailwind-css-netlify\n   ```\n\n2. **Start Developing**\n\n   Navigate to your project folder and start the development server:\n    \n    ```bash\n    cd my-project-name\n    gatsby develop\n    ```\n\n    If this doesn't work you may want to run the following commands then try again\n    ```bash\n    npm install\n    npm update\n    ```\n\n3.  **Open the source code and start editing!**\n\n    Your site is now running at `http://localhost:8000`!\n\n    _Note: You'll also see a second link: _`http://localhost:8000/___graphql`_. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby tutorial](https://www.gatsbyjs.com/tutorial/part-five/#introducing-graphiql)._\n\n    Open the `my-project-name` directory in your code editor of choice and edit `src/pages/index.js`. Save your changes and the browser will update in real time!\n\n## 🚀 Quick start (Netlify)\n\nDeploy this starter with one click on [Netlify](https://www.netlify.com/)\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/ProximoBinks/gatsby-starter-tailwind-css-netlify)\n\nWhen deploying with Netlify, use 'Build Command' ```gatsby clean \u0026\u0026 gatsby build```, and make sure that it's 'Published to' ```public```\n\nNow you're all set to create your Gatsby site with Tailwind CSS, using the customised configuration, and deploy it effortlessly with Netlify!\n\n---\n## Credits\nCreated by **Elliot Koh**\n\nThis project is a part of my effort to simplify web development workflows and share knowledge with the community.\n\nFor more projects and contributions:\n- Github: [github.com/ProximoBinks](https://github.com/ProximoBinks)\n- Contact: [elliotkoh2@gmail.com](mailto:elliotkoh2@gmail.com)\n\n\u0026copy; 2024 Elliot Koh. All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproximobinks%2Fgatsby-starter-tailwind-css-netlify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproximobinks%2Fgatsby-starter-tailwind-css-netlify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproximobinks%2Fgatsby-starter-tailwind-css-netlify/lists"}