{"id":14991032,"url":"https://github.com/chronisp/gatsby-starter","last_synced_at":"2025-04-12T03:25:07.992Z","repository":{"id":47443266,"uuid":"204913939","full_name":"chronisp/gatsby-starter","owner":"chronisp","description":"Gatsby Starter for creating portfolio \u0026 blog.","archived":false,"fork":false,"pushed_at":"2021-09-28T12:19:52.000Z","size":1280,"stargazers_count":53,"open_issues_count":4,"forks_count":19,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T23:01:54.969Z","etag":null,"topics":["cms","contentful","gatsby","gatsby-starter","gatsbyjs","graphql","headless-cms","material-ui","netlify","react","redux","typescript"],"latest_commit_sha":null,"homepage":"https://gatsby-starter-dot.netlify.app/","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/chronisp.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-08-28T11:17:03.000Z","updated_at":"2024-12-11T22:46:17.000Z","dependencies_parsed_at":"2022-08-17T14:45:43.291Z","dependency_job_id":null,"html_url":"https://github.com/chronisp/gatsby-starter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronisp%2Fgatsby-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronisp%2Fgatsby-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronisp%2Fgatsby-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronisp%2Fgatsby-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chronisp","download_url":"https://codeload.github.com/chronisp/gatsby-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248511138,"owners_count":21116357,"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":["cms","contentful","gatsby","gatsby-starter","gatsbyjs","graphql","headless-cms","material-ui","netlify","react","redux","typescript"],"created_at":"2024-09-24T14:21:20.970Z","updated_at":"2025-04-12T03:25:07.923Z","avatar_url":"https://github.com/chronisp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Gatsby\" src=\"https://raw.githubusercontent.com/chronisp/gatsby-starter/master/src/images/website-icon.png\" width=\"60\" /\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Gatsby Starter\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Gatsby Starter for creating portfolio \u0026 blog.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://app.netlify.com/sites/gatsby-starter-dot/deploys\"\u003e\n    \u003cimg alt=\"Netlify\" src=\"https://img.shields.io/netlify/a37c0ad8-deae-4bd3-8c8e-cbac8d2f05c3\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.codacy.com/app/chronisp/gatsby-starter?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=chronisp/gatsby-starter\u0026amp;utm_campaign=Badge_Grade\"\u003e\n    \u003cimg alt=\"Codacy grade\" src=\"https://img.shields.io/codacy/grade/c23975ea23e3459283f6c76ad338fcb1\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/chronisp/gatsby-starter/blob/master/LICENSE\"\u003e\u003cimg alt=\"GitHub license\" src=\"https://img.shields.io/github/license/chronisp/gatsby-starter\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Key Features\nThese are the key features of the project:\n*  [Gatsby](https://www.gatsbyjs.org/) (GraphQL for queries)\n*  [React](https://reactjs.org/) (everything in React Hooks)\n*  [TypeScript](https://www.typescriptlang.org/) (in progress...)\n*  [Redux](https://redux.js.org/) (custom HOF to connect actions \u0026 props)\n*  [Material UI](https://material-ui.com/) (palette, typography \u0026 breakpoints configuration)\n*  [Contentful CMS](https://www.contentful.com/) (blog integration)\n*  [Netlify Deployment Support](https://www.netlify.com)\n*  [React Helmet](https://github.com/nfl/react-helmet)\n*  [Prettier](https://prettier.io/)\n*  [Gatsby-image](https://www.gatsbyjs.org/packages/gatsby-image/)\n*  Config files for each environment\n\n## Get Started\nMake sure that you have Node.js (\u003e=12.13.0) and yarn v.1 or above installed.\n\nInstall Gatsby CLI\n```sh\nnpm install -g gatsby-cli\n```\nClone repository\n```sh\ngit clone https://github.com/chronisp/gatsby-starter.git \u003cYOUR_PROJECT_NAME\u003e\n```\nMove to project directory\n```sh\ncd \u003cYOUR_PROJECT_NAME\u003e\n```\nInstall all dependencies\n```sh\nyarn install\n```\n\n### Contentful blog\nSetup Contentful settings\n```sh\nyarn setup\n```\nFollow the instructions in order to setup ```CONTENTFUL_SPACE_ID``` and ```CONTENTFUL_ACCESS_TOKEN```. Required settings will be defined in both ```.env.development``` and ```.env.production``` files.\n\nFor more info on how to setup Contentful follow this [link](https://www.contentful.com/r/knowledgebase/gatsbyjs-and-contentful-in-five-minutes/).\n\n### Development mode\nStart development server\n```sh\nyarn develop\n```\nYour site is now running at ```http://localhost:8000```.\n\n### Production mode\nCreate a production build\n```sh\nyarn build\n```\nServe the production build locally\n```sh\nyarn serve\n```\nYour site is running at ```http://localhost:9000```.\n\n### Linting\nFormat all JS files\n```sh\nyarn format\n```\n\nFor any building or deployment issues, ensure you have setup your environment according to [Gatsby guide](https://www.gatsbyjs.org/docs/preparing-your-environment/) for [Windows](https://www.gatsbyjs.org/docs/gatsby-on-windows/) or [Linux](https://www.gatsbyjs.org/docs/gatsby-on-linux/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchronisp%2Fgatsby-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchronisp%2Fgatsby-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchronisp%2Fgatsby-starter/lists"}