{"id":16393063,"url":"https://github.com/prosellen/jamstack-demo-gatsby-magento","last_synced_at":"2025-06-10T09:33:51.581Z","repository":{"id":143779704,"uuid":"437564849","full_name":"prosellen/jamstack-demo-gatsby-magento","owner":"prosellen","description":"JAMStack experiment wit Gatsby and Magento","archived":false,"fork":false,"pushed_at":"2022-04-15T21:06:02.000Z","size":945,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-23T00:27:41.791Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prosellen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-12T14:16:47.000Z","updated_at":"2022-01-02T22:57:05.000Z","dependencies_parsed_at":"2023-05-17T08:42:40.364Z","dependency_job_id":null,"html_url":"https://github.com/prosellen/jamstack-demo-gatsby-magento","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prosellen%2Fjamstack-demo-gatsby-magento","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prosellen%2Fjamstack-demo-gatsby-magento/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prosellen%2Fjamstack-demo-gatsby-magento/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prosellen%2Fjamstack-demo-gatsby-magento/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prosellen","download_url":"https://codeload.github.com/prosellen/jamstack-demo-gatsby-magento/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prosellen%2Fjamstack-demo-gatsby-magento/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259048440,"owners_count":22797735,"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":[],"created_at":"2024-10-11T04:52:15.327Z","updated_at":"2025-06-10T09:33:51.535Z","avatar_url":"https://github.com/prosellen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.gatsbyjs.com/?utm_source=starter\u0026utm_medium=readme\u0026utm_campaign=minimal-starter\"\u003e\n    \u003cimg alt=\"Gatsby\" src=\"https://www.gatsbyjs.com/Gatsby-Monogram.svg\" width=\"60\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  JAMstack Demo: Gatsby \u0026 Magento2\n\u003c/h1\u003e\n\n## 👷‍♂️ IMPORTANT: POC \u0026 WIP\n\nThis is a Proof Of Concept and still a Work In Progress.\nSo don't be alarmed if it looks like 💩, right now.\n\nNote: For testing purpose, the app is configured to only fetch **5 products**. You can edit the `pageSize` in [./src/graphql/allProductsQuery.js]() if you want to experiment with more products.\n\n## 🚀 Quick start\n\n0. Make sure you have the core dependencies installed:\n\n- A current version of [git](https://git-scm.com/)\n- [Node.js](https://nodejs.org/) - Version 16+\n- (Optionally:) This project comes with some pre-configuration for [VS Code](https://code.visualstudio.com/) but will work with pretty much every IDE\n\n1. Clone this repo \u0026 install dependencies\n\n   ```bash\n   # clone repo\n   git clone https://github.com/prosellen/jamstack-demo-gatsby-magento.git\n\n   # change to the project directory\n   cd jamstack-demo-gatsby-magento\n\n   # install node dependencies (this will take a couple of minutes)\n   npm install\n   ```\n\n2. **Configure the app**\n\n   The app needs a GraphQL endpoint ... which we do not push to GitHub for security reasons.\n\n   Nake a copy of the `.env-template` file and name it `.env`.  \n   Then, add the GraphQL of your Magento2 installation into this file:\n\n   ```txt\n   MAGENTO_GRAPHQL_ENDPOINT=http://[magento.installation]/graphql\n   ```\n\n3. **Start the dev server**\n\n   Start the local dev server and\n\n   ```bash\n   # ... in the project directory:\n   npm run develop\n   ```\n\n4. **Open the code and start customizing!**\n\n   Your site is now running at \u003chttp://localhost:8000\u003e!\n\n5. **Learn more**\n\n   - [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter\u0026utm_medium=readme\u0026utm_campaign=minimal-starter)\n\n   - [Tutorials](https://www.gatsbyjs.com/tutorial/?utm_source=starter\u0026utm_medium=readme\u0026utm_campaign=minimal-starter)\n\n   - [Guides](https://www.gatsbyjs.com/tutorial/?utm_source=starter\u0026utm_medium=readme\u0026utm_campaign=minimal-starter)\n\n   - [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter\u0026utm_medium=readme\u0026utm_campaign=minimal-starter)\n\n   - [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter\u0026utm_medium=readme\u0026utm_campaign=minimal-starter)\n\n   - [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter\u0026utm_medium=readme\u0026utm_campaign=minimal-starter)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprosellen%2Fjamstack-demo-gatsby-magento","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprosellen%2Fjamstack-demo-gatsby-magento","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprosellen%2Fjamstack-demo-gatsby-magento/lists"}