{"id":13480734,"url":"https://github.com/taylorbryant/gatsby-starter-tailwind","last_synced_at":"2025-04-13T07:51:49.999Z","repository":{"id":31024049,"uuid":"126664434","full_name":"taylorbryant/gatsby-starter-tailwind","owner":"taylorbryant","description":"Gatsby starter styled with Tailwind CSS","archived":false,"fork":false,"pushed_at":"2023-04-27T04:17:31.000Z","size":8629,"stargazers_count":494,"open_issues_count":2,"forks_count":88,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-04T09:05:46.366Z","etag":null,"topics":["gatsby","purgecss","react","starter","tailwind"],"latest_commit_sha":null,"homepage":"https://gatsby-starter-tailwind.taylorbryant.dev","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/taylorbryant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2018-03-25T04:26:39.000Z","updated_at":"2025-01-12T09:44:56.000Z","dependencies_parsed_at":"2024-04-10T02:56:04.040Z","dependency_job_id":"6fdc3217-b6a8-4099-a23c-fb6b9c812467","html_url":"https://github.com/taylorbryant/gatsby-starter-tailwind","commit_stats":{"total_commits":873,"total_committers":19,"mean_commits":45.94736842105263,"dds":"0.44100801832760594","last_synced_commit":"3a108b4c565e8ca84c3ed5893ba61137c533ee6f"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylorbryant%2Fgatsby-starter-tailwind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylorbryant%2Fgatsby-starter-tailwind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylorbryant%2Fgatsby-starter-tailwind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylorbryant%2Fgatsby-starter-tailwind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taylorbryant","download_url":"https://codeload.github.com/taylorbryant/gatsby-starter-tailwind/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248681493,"owners_count":21144700,"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":["gatsby","purgecss","react","starter","tailwind"],"created_at":"2024-07-31T17:00:44.355Z","updated_at":"2025-04-13T07:51:49.977Z","avatar_url":"https://github.com/taylorbryant.png","language":"JavaScript","funding_links":[],"categories":["Starters \u0026 Themes"],"sub_categories":[],"readme":"# Gatsby Starter Tailwind\n\n[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors)\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://image.ibb.co/cJjPN7/gatsby_tailwind.png\" alt=\"Gatsby and Tailwind CSS logos\"\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cstrong\u003eA \u003ca href=\"https://www.gatsbyjs.org/\"\u003eGatsby\u003c/a\u003e starter styled using \u003ca href=\"https://tailwindcss.com/\"\u003eTailwind CSS\u003c/a\u003e, a utility-first CSS framework.\u003c/strong\u003e\u003cbr /\u003e\n  Uses Tailwind CSS' built-in purge option to remove unused CSS.\u003cbr /\u003e\n  Illustrations by \u003ca href=\"https://undraw.co/\"\u003eunDraw\u003c/a\u003e.\n  \u003cbr /\u003e\n  \u003cbr /\u003e\n\u003c/div\u003e\n  \n![alt text](https://i.ibb.co/McWdstP/localhost-8000-contact-i-Pad-Pro-1.png \"Screenshot of Gatsby Starter Tailwind homepage\")\n  \n\u003cp align=\"center\"\u003eView demo \u003ca href=\"https://gatsby-starter-tailwind.taylorbryant.dev/\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\n## What is Tailwind CSS?\n\n\u003e \"Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces.\"\n\u003e –[Tailwind CSS](https://tailwindcss.com)\n\n## What is Gatsby?\n\n\u003e \"Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps.\" -[Gatsby](https://www.gatsbyjs.org/)\n\n## Get started\n\nInstall the Gatsby CLI:\n\n```sh\nnpm install --global gatsby-cli\n```\n\nCreate a new Gatsby project using this starter:\n\n```sh\ngatsby new my-new-website https://github.com/taylorbryant/gatsby-starter-tailwind\n```\n\nBuild a stylesheet from your Tailwind CSS config and run the project in development mode:\n\n```sh\ncd my-new-website\nnpm run develop\n```\n\n## Format and lint\n\n- `npm run analyze` - See what ESLint and Prettier can fix\n- `npm run fix` - Run Prettier and ESLint with the `--fix` option\n\n## Build your site\n\nUse `npm run build` to build your site for production.\n\n## Deployment\n\n### Netlify\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/taylorbryant/gatsby-starter-tailwind)\n\n### Vercel\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/git?s=https%3A%2F%2Fgithub.com%2Ftaylorbryant%2Fgatsby-starter-tailwind%2Ftree%2Fmaster)\n\n## Resources\n\n- [Gatsby documentation](https://www.gatsbyjs.org/docs/)\n- [Tailwind documentation](https://tailwindcss.com/docs/what-is-tailwind/)\n- [Prettier documentation](https://prettier.io/docs/en/index.html)\n- [ESLint documentation](https://eslint.org/docs/user-guide/configuring)\n\n## License\n\n[MIT](https://github.com/taylorbryant/gatsby-starter-tailwind/blob/master/LICENSE.md)\n\n## How you can help\n\nEnjoying Gatsby Starter Tailwind and want to help? You can:\n\n- [Create an issue](https://github.com/taylorbryant/gatsby-starter-tailwind/issues/new) with some constructive criticism\n- [Submit a pull request](https://github.com/taylorbryant/gatsby-starter-tailwind/compare) with some improvements to the project\n\n## Contributors\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://impuls.dev\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/8146736?v=4\" width=\"100px;\" alt=\"impulse\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eimpulse\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/taylorbryant/gatsby-starter-tailwind/commits?author=impulse\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://gandreadis.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/5272244?v=4\" width=\"100px;\" alt=\"Georgios Andreadis\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGeorgios Andreadis\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/taylorbryant/gatsby-starter-tailwind/commits?author=gandreadis\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/altruisticsoftware\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/12105346?v=4\" width=\"100px;\" alt=\"Chris\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChris\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/taylorbryant/gatsby-starter-tailwind/commits?author=altruisticsoftware\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/dalwadani\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/4618082?v=4\" width=\"100px;\" alt=\"Dhaifallah Alwadani\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDhaifallah Alwadani\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/taylorbryant/gatsby-starter-tailwind/commits?author=dalwadani\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://nigelball.org\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/815408?v=4\" width=\"100px;\" alt=\"Nigel Ball\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNigel Ball\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-nigelb135\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/taylorbryant/gatsby-starter-tailwind/commits?author=nigelb135\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/monte-hayward\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/3780422?v=4\" width=\"100px;\" alt=\"Monte Hayward\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMonte Hayward\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/taylorbryant/gatsby-starter-tailwind/commits?author=monte-hayward\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://lukebennett.com.au\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/3422401?v=4\" width=\"100px;\" alt=\"Luke Bennett\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLuke Bennett\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/taylorbryant/gatsby-starter-tailwind/commits?author=lukebennett88\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaylorbryant%2Fgatsby-starter-tailwind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaylorbryant%2Fgatsby-starter-tailwind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaylorbryant%2Fgatsby-starter-tailwind/lists"}