{"id":18422251,"url":"https://github.com/zett-8/unbearable-lightness","last_synced_at":"2026-05-03T18:33:17.547Z","repository":{"id":43997282,"uuid":"360641591","full_name":"zett-8/unbearable-lightness","owner":"zett-8","description":"Gatsby starter with Typescript, Styled-components, and Testing(Jest)","archived":false,"fork":false,"pushed_at":"2023-02-17T12:21:13.000Z","size":1101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-04T13:34:58.234Z","etag":null,"topics":["gatsby","gatsby-starter","jest","styled-components","testing","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/zett-8.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":"2021-04-22T18:15:28.000Z","updated_at":"2022-07-12T14:09:42.000Z","dependencies_parsed_at":"2024-11-06T04:30:25.751Z","dependency_job_id":"90ec348e-92eb-4535-bad9-409770024996","html_url":"https://github.com/zett-8/unbearable-lightness","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/zett-8/unbearable-lightness","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zett-8%2Funbearable-lightness","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zett-8%2Funbearable-lightness/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zett-8%2Funbearable-lightness/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zett-8%2Funbearable-lightness/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zett-8","download_url":"https://codeload.github.com/zett-8/unbearable-lightness/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zett-8%2Funbearable-lightness/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32579802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","gatsby-starter","jest","styled-components","testing","typescript"],"created_at":"2024-11-06T04:28:41.314Z","updated_at":"2026-05-03T18:33:17.531Z","avatar_url":"https://github.com/zett-8.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build test](https://github.com/zett-8/unbearable-lightness/actions/workflows/build-test.yml/badge.svg)](https://github.com/zett-8/unbearable-lightness/actions/workflows/build-test.yml)\n\n\u003c!-- AUTO-GENERATED-CONTENT:START (STARTER) --\u003e\n\u003ch1 align=\"center\"\u003e\n  Gatsby's custom starter\n\u003c/h1\u003e\n\nKick off your project with this default boilerplate. This starter ships with the main Gatsby configuration files you might need to get up and running blazing fast with the blazing fast app generator for React.\n\n## 🖥️ Minimum starter with some setup\n\n- Typescript\n- Styled-component\n- Prettier \u0026 Stylelint\n- Testing (Jest)\n- PWA (optional)\n\n## 🚀 Quick start\n\n1.  **Create a Gatsby site.**\n\n    Use the Gatsby CLI to create a new site, specifying this repo.\n\n    ```shell\n    gatsby new \u003cappname\u003e https://github.com/Zett-8/unbearable-lightness.git\n    ```\n\n1.  **Start developing.**\n\n    Navigate into your new site’s directory and start it up.\n\n    ```shell\n    cd \u003cappname\u003e/\n    gatsby develop\n    ```\n\n1.  **Check on browser**\n\n    The 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.org/tutorial/part-five/#introducing-graphiql)._\n\n## 📝 What's inside?\n\nA quick look at the top-level files and directories you'll see in a Gatsby project.\n\n    .\n    ├── src\n    ├── .gitignore\n    ├── .prettierrc\n    ├── gatsby-browser.ts\n    ├── gatsby-config.ts\n    ├── gatsby-node.ts\n    ├── gatsby-ssr.ts\n    ├── gatsby-wrapper.tsx\n    ├── jest.config.js\n    ├── jest-preprocess.js\n    ├── loadershim.js\n    ├── setup-test-env.js\n    ├── LICENSE\n    ├── package-lock.json\n    ├── package.json\n    ├── tsconfig.json\n    └── README.md\n\n## 🎓 Learning Gatsby\n\nLooking for more guidance? Full documentation for Gatsby lives [on the website](https://www.gatsbyjs.org/). Here are some places to start:\n\n- **For most developers, we recommend starting with our [in-depth tutorial for creating a site with Gatsby](https://www.gatsbyjs.org/tutorial/).** It starts with zero assumptions about your level of ability and walks through every step of the process.\n\n- **To dive straight into code samples, head [to our documentation](https://www.gatsbyjs.org/docs/).** In particular, check out the _Guides_, _API Reference_, and _Advanced Tutorials_ sections in the sidebar.\n\n\u003c!-- AUTO-GENERATED-CONTENT:END --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzett-8%2Funbearable-lightness","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzett-8%2Funbearable-lightness","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzett-8%2Funbearable-lightness/lists"}