{"id":20095764,"url":"https://github.com/magepsycho/magento2-starter-theme","last_synced_at":"2025-03-02T16:22:57.434Z","repository":{"id":142444294,"uuid":"195948322","full_name":"MagePsycho/magento2-starter-theme","owner":"MagePsycho","description":"Magento 2 starter/boilerplate theme based on luma","archived":false,"fork":false,"pushed_at":"2020-02-05T10:23:31.000Z","size":75,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T03:42:04.859Z","etag":null,"topics":["blank","ecommerce","luma","magento","magento-module","magento-theme","magento2","magento2-extension","magento2-theme","theme"],"latest_commit_sha":null,"homepage":"https://www.magepsycho.com/","language":"HTML","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/MagePsycho.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":"2019-07-09T06:40:52.000Z","updated_at":"2024-07-01T20:00:04.000Z","dependencies_parsed_at":"2023-03-21T20:32:43.171Z","dependency_job_id":null,"html_url":"https://github.com/MagePsycho/magento2-starter-theme","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/MagePsycho%2Fmagento2-starter-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagePsycho%2Fmagento2-starter-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagePsycho%2Fmagento2-starter-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagePsycho%2Fmagento2-starter-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MagePsycho","download_url":"https://codeload.github.com/MagePsycho/magento2-starter-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241534926,"owners_count":19978060,"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":["blank","ecommerce","luma","magento","magento-module","magento-theme","magento2","magento2-extension","magento2-theme","theme"],"created_at":"2024-11-13T16:56:22.347Z","updated_at":"2025-03-02T16:22:57.114Z","avatar_url":"https://github.com/MagePsycho.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Magento 2 Starter Theme\n\n##  Overview\nThis theme is boilerplate/starter theme for Magento 2 based on luma.\n\n## Features\n* Coming soon\n\n## CheatSheet\nResponsive Media Queries  \n[https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/responsive-web-design/rwd_css.html](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/responsive-web-design/rwd_css.html)\n\n## Installation\n\n### 1 Using Composer\n```\ncomposer config repositories.magepsychostartertheme git git@github.com:MagePsycho/magento2-starter-theme\ncomposer require magepsycho/magento2-starter-theme:dev-master\n```\n\n### 2 Using Modman\n```\nmodman init\nmodman clone git@github.com:MagePsycho/magento2-starter-theme.git\n```\n\n### 3 Using Zip File\n* Download the [Extension Zip File](https://github.com/MagePsycho/magento2-starter-theme/archive/master.zip)\n* Extract \u0026 upload the files to `/path/to/magento2/app/design/frontend/MagePsycho/default/`\n\nAfter installation by either means, enable the extension by running following commands (from root of Magento2 installation):\n```\nphp bin/magento module:enable MagePsycho_Easypathhints --clear-static-content\nphp bin/magento setup:upgrade\nphp bin/magento cache:flush\n```\n[Click here to read more on module packaging, installation \u0026 activation in Magento 2](http://www.blog.magepsycho.com/install-magento-2-module-from-github-or-bitbucket-repository-using-composer/)\n\n\n## Screenshots\n...\n\n## Utility Extensions\nAfter starter theme installation, you may also like to install \n- https://github.com/MagePsycho/magento2-easy-template-path-hints\n\n## Changelog\n...\n\n\n## Need Support?\nIf you encounter any problems or bugs, please create an issue on [GitHub](https://github.com/MagePsycho/magento2-starter-theme/issues).\nOR\nYou can send an email to magepsycho[at]gmail.com OR submit the [Contact Us](https://www.magepsycho.com/contact) form in case you need any kind of assistance, support and quotation.\n\n## Contribution\nAny contribution to the development of Magento 2 Easy Template Path Hints is highly welcome. \nThe best possibility to provide any code is to open a [pull request on GitHub](https://github.com/MagePsycho/magento2-starter-theme/pulls).\n\n\n## References\n### Tutorials\n\n* https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/theme-best-practice.html\n* https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/theme-overview.html (All Chapters)\n* https://jamersan.com/lets-get-started-theming-magento-2-part-1/\n* https://jamersan.com/super-guide-theming-magento-2-part-2-3/\n* https://jamersan.com/super-guide-theming-magento-2-part-3-3/\n* https://www.classyllama.com/blog/a-look-at-css-and-less-in-magento-2 \n* https://inchoo.net/magento-2/working-with-css-in-your-first-magento-2-project/\n* https://github.com/daniDLL/magento2-frontend\n* https://www.youtube.com/playlist?list=PLwcl8DqLMv9f6Ygxgg-_Vk-UdY9FDhpQ_\n\n### Themes\n\n* https://github.com/DivanteLtd/magento2-rapid-theme\n* https://github.com/rocketweb-fed/magento2-theme-prime\n* https://github.com/SnowdogApps/magento2-alpaca-theme\n* https://github.com/studioemma/magento2-theme-optimus\n* https://github.com/thebreakfastcowboy/ibec-magento2-theme\n* https://github.com/webgriffe/theme-bootstrap\n* https://github.com/czone-tech/magento2-theme-fresh\n* https://github.com/mcspronko/magento-2-pronko-consulting-theme\n* https://github.com/SundialBrands/SheaMoisture2.0-Magento2-Theme\n* https://github.com/swissup/theme-frontend-absolute\n* https://github.com/ubertheme/magento2_free_theme_trex\n* https://github.com/elevinskii/magento2-theme-deepfish\n* https://github.com/MykolajKrusser/magento2-theme\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagepsycho%2Fmagento2-starter-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagepsycho%2Fmagento2-starter-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagepsycho%2Fmagento2-starter-theme/lists"}