{"id":16327077,"url":"https://github.com/sutter/hello-gatsby","last_synced_at":"2026-03-05T01:03:41.305Z","repository":{"id":36598364,"uuid":"156513725","full_name":"sutter/hello-gatsby","owner":"sutter","description":"Gatsby Hello Starter","archived":false,"fork":false,"pushed_at":"2023-01-11T20:55:35.000Z","size":5858,"stargazers_count":9,"open_issues_count":26,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T16:52:39.231Z","etag":null,"topics":["emotion","gatsby","gatsby-starter","gatsbyjs","plop-generators","storybook","typescript"],"latest_commit_sha":null,"homepage":"https://hello-gatsby-starter.netlify.com/","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/sutter.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":"2018-11-07T08:24:50.000Z","updated_at":"2023-05-12T16:52:51.000Z","dependencies_parsed_at":"2023-01-17T03:00:24.750Z","dependency_job_id":null,"html_url":"https://github.com/sutter/hello-gatsby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sutter/hello-gatsby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sutter%2Fhello-gatsby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sutter%2Fhello-gatsby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sutter%2Fhello-gatsby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sutter%2Fhello-gatsby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sutter","download_url":"https://codeload.github.com/sutter/hello-gatsby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sutter%2Fhello-gatsby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30104218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T00:38:46.881Z","status":"ssl_error","status_checked_at":"2026-03-05T00:38:45.829Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["emotion","gatsby","gatsby-starter","gatsbyjs","plop-generators","storybook","typescript"],"created_at":"2024-10-10T23:10:19.719Z","updated_at":"2026-03-05T01:03:41.279Z","avatar_url":"https://github.com/sutter.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gatsby Hello Starter\n\n**Note:** This starter uses the [Gatsby v2](https://www.gatsbyjs.org/).\n\n## ⚡️ Features\n\n- **css-in-js** with Emotion: [website](https://emotion.sh/) - [plugin doc](https://www.gatsbyjs.org/packages/gatsby-plugin-emotion/?=emoti)\n- TypeScript: [plugin doc](https://www.gatsbyjs.org/packages/gatsby-plugin-typescript/?=type)\n- Storybook : [website](https://storybook.js.org/)\n- React-Helmet: [plugin doc](https://www.gatsbyjs.org/packages/gatsby-plugin-react-helmet/?=gatsby-plugin-react-helmet)\n- Sharp image processing library: [plugin doc](https://www.gatsbyjs.org/packages/gatsby-plugin-sharp/?=gatsby-plugin-sharp)\n- Sitemap: [plugin doc](https://www.gatsbyjs.org/packages/gatsby-plugin-sitemap/?=sitemap)\n- Robots.txt : [plugin doc](https://www.gatsbyjs.org/packages/gatsby-plugin-robots-txt/?=gatsby-plugin-robots-txt)\n- Plop files generator : [website](https://github.com/amwmedia/plop)\n\n## 🚀 Prerequisites\n\n1.  **Node version manager**\n\n    Install [NVM](https://github.com/creationix/nvm) to manage its version of Node:\n\n    ```sh\n    curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash\n    ```\n\n    **In the project**, install and use the current version of Node:\n\n    ```sh\n    # Installs the node version specified in the .nvmrc\n    nvm install\n    # Switches to the node version specified in the .nvmrc\n    nvm use\n    ```\n\n    (Optional but **highly recommended**) Install [AVN](https://github.com/wbyoung/avn) to avoid having to run nvm use every time you open the project.\n\n1.  **Install Yarn**\n\n    Go to [https://yvm.js.org/docs/overview](https://yvm.js.org/docs/overview)\n\n    ```sh\n    curl -fsSL https://raw.githubusercontent.com/tophat/yvm/master/scripts/install.sh | bash\n    ```\n\n## 🔨 Commands\n\n1.  **Download dependencies**\n\n    ```sh\n    yarn install\n    ```\n\n1.  **Start developing**\n\n    Navigate into your new site’s directory and start it up.\n\n    ```sh\n    yarn develop\n    ```\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.org/tutorial/part-five/#introducing-graphiql).\\_\n\n1.  **Start Storybook**\n\n    ```sh\n    yarn storybook\n    ```\n\n1.  **Build**\n\n    ```sh\n    yarn build\n    ```\n\n1.  **Build storybook**\n\n    ```sh\n    yarn build-storybook\n    ```\n\n1.  **Serve Build**\n\n    ```sh\n    yarn serve\n    ```\n\n1.  **Create new file**\n\n    ```sh\n    yarn new\n    ```\n\n1.  **Format files with Prettier**\n\n    ```sh\n    yarn format\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsutter%2Fhello-gatsby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsutter%2Fhello-gatsby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsutter%2Fhello-gatsby/lists"}