{"id":15511880,"url":"https://github.com/damassi/gatsby-starter-typescript-rebass-netlifycms","last_synced_at":"2025-07-28T11:07:22.735Z","repository":{"id":36761939,"uuid":"167648127","full_name":"damassi/gatsby-starter-typescript-rebass-netlifycms","owner":"damassi","description":"My default Gatsby setup. Includes rich MDX support. ","archived":false,"fork":false,"pushed_at":"2023-01-26T10:29:34.000Z","size":3988,"stargazers_count":83,"open_issues_count":14,"forks_count":15,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T10:15:02.468Z","etag":null,"topics":["gatsby","jest","lint-staged","mdx","netlifycms","prettier","rebass","styled-components","typescript"],"latest_commit_sha":null,"homepage":"","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/damassi.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}},"created_at":"2019-01-26T04:06:58.000Z","updated_at":"2023-05-12T16:53:42.000Z","dependencies_parsed_at":"2023-02-14T16:31:12.384Z","dependency_job_id":null,"html_url":"https://github.com/damassi/gatsby-starter-typescript-rebass-netlifycms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/damassi/gatsby-starter-typescript-rebass-netlifycms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damassi%2Fgatsby-starter-typescript-rebass-netlifycms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damassi%2Fgatsby-starter-typescript-rebass-netlifycms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damassi%2Fgatsby-starter-typescript-rebass-netlifycms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damassi%2Fgatsby-starter-typescript-rebass-netlifycms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damassi","download_url":"https://codeload.github.com/damassi/gatsby-starter-typescript-rebass-netlifycms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damassi%2Fgatsby-starter-typescript-rebass-netlifycms/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267505099,"owners_count":24098346,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","jest","lint-staged","mdx","netlifycms","prettier","rebass","styled-components","typescript"],"created_at":"2024-10-02T09:53:16.277Z","updated_at":"2025-07-28T11:07:22.708Z","avatar_url":"https://github.com/damassi.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Barebones Gatsby Starter\n\n- [TypeScript](https://www.typescriptlang.org/)\n- [Styled Components](https://www.styled-components.com/)\n- [Rebass](https://github.com/rebassjs/rebass)\n- [MDX](https://mdxjs.com/)\n- [Jest](https://jestjs.io/)\n- [NetlifyCMS](https://www.netlifycms.org/), with local file-system and MDX\n  support\n- [Lint Staged](https://github.com/okonet/lint-staged)\n- [Prettier](https://prettier.io/)\n\nThis starter was extracted from an earlier iteration I completed while working\non [Palette](https://palette.artsy.net), Artsy's design system. Check out the\n[docs site](https://palette.artsy.net/) for a more full-featured example\n(including some interesting live-coding capabilities) or the\n[source-code](https://github.com/artsy/palette).\n\n### Development\n\n```sh\nyarn start\nyarn clean\nyarn type-check\n```\n\n\u003e Please note that Yarn is required, as NPM may not install dependencies correctly, causing issues for development.\n\n### Deployment\n\n```sh\nyarn build\n```\n\n### Demo\n\n![demo](https://user-images.githubusercontent.com/236943/51792565-abd93e00-2167-11e9-8bcb-87f7dccece52.gif)\n\n### GraphQL Validation\n\nValidation has been added via `eslint-plugin-graphql`:\n\n\u003cimg width=\"512\" alt=\"screen shot 2019-01-26 at 6 49 01 pm\" src=\"https://user-images.githubusercontent.com/236943/51796580-8110d900-21ab-11e9-91a7-1cc6d6a068fc.png\"\u003e\n\n**TODO:** Figure out how to generate usable types for TypeScript with\n`apollo-cli`.\n\n\u003cdetails\u003e\n  \u003csummary\u003eGatsby API Details\u003c/summary\u003e\n\n1.  **`gatsby-browser.js`**: This file is where Gatsby expects to find any usage\n    of the [Gatsby browser APIs](https://www.gatsbyjs.org/docs/browser-apis/)\n    (if any). These allow customization/extension of default Gatsby settings\n    affecting the browser.\n1.  **`gatsby-config.js`**: This is the main configuration file for a Gatsby\n    site. This is where you can specify information about your site (metadata)\n    like the site title and description, which Gatsby plugins you’d like to\n    include, etc. (Check out the\n    [config docs](https://www.gatsbyjs.org/docs/gatsby-config/) for more\n    detail).\n1.  **`gatsby-node.js`**: This file is where Gatsby expects to find any usage of\n    the [Gatsby Node APIs](https://www.gatsbyjs.org/docs/node-apis/) (if any).\n    These allow customization/extension of default Gatsby settings affecting\n    pieces of the site build process.\n1.  **`gatsby-ssr.js`**: This file is where Gatsby expects to find any usage of\n    the\n    [Gatsby server-side rendering APIs](https://www.gatsbyjs.org/docs/ssr-apis/)\n    (if any). These allow customization of default Gatsby settings affecting\n    server-side rendering.\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamassi%2Fgatsby-starter-typescript-rebass-netlifycms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamassi%2Fgatsby-starter-typescript-rebass-netlifycms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamassi%2Fgatsby-starter-typescript-rebass-netlifycms/lists"}