{"id":21036049,"url":"https://github.com/bryanyeh/crutchfield-theme","last_synced_at":"2026-04-13T21:32:16.998Z","repository":{"id":90329041,"uuid":"305262333","full_name":"BryanYeh/crutchfield-theme","owner":"BryanYeh","description":"Crutchfield.com theme using Tailwindcss for Shopify","archived":false,"fork":false,"pushed_at":"2021-01-16T23:26:25.000Z","size":4889,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"v2.0.0","last_synced_at":"2025-08-22T15:47:14.881Z","etag":null,"topics":["shopify","shopify-theme","tailwindcss2","webpack5"],"latest_commit_sha":null,"homepage":"https://crutchfield-theme.myshopify.com","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/BryanYeh.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,"zenodo":null}},"created_at":"2020-10-19T04:27:00.000Z","updated_at":"2025-03-14T20:24:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"9afd6a43-6d95-4afb-8866-a575d15a1cbb","html_url":"https://github.com/BryanYeh/crutchfield-theme","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/BryanYeh/crutchfield-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryanYeh%2Fcrutchfield-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryanYeh%2Fcrutchfield-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryanYeh%2Fcrutchfield-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryanYeh%2Fcrutchfield-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BryanYeh","download_url":"https://codeload.github.com/BryanYeh/crutchfield-theme/tar.gz/refs/heads/v2.0.0","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryanYeh%2Fcrutchfield-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31771822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"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":["shopify","shopify-theme","tailwindcss2","webpack5"],"created_at":"2024-11-19T13:17:47.992Z","updated_at":"2026-04-13T21:32:16.984Z","avatar_url":"https://github.com/BryanYeh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Shopify Store Theme\n## An attempted clone of [Crutchfield.com](https://crutchfield.com) for Shopify\n\n### Using the theme\n- Download [crutchfield-theme.zip](crutchfield-theme.zip) and upload it to the theme library in your store\n\n### Developing\n- This theme\n    - Download this repo (must have themekit installed)\n    - Download [crutchfield-theme.zip](crutchfield-theme.zip) and upload it to the theme library in your store\n    - Get [API access](https://shopify.github.io/themekit/#get-api-access) for your Shopify store\n    - Rename **config.example.yml** to **config.yml**\n    - Add API password and store name into **confg.yml**\n    - In command line run `theme get --list` to find the id of the uploaded theme\n    - Add theme id to **config.yml**\n    - Start developing\n- Javascript\n    - Add your scripts to *.js* files in **src/js/templates** directory\n    - **index.js** should only contain scripts that are used by the all templates (*navbar functionality*)\n    - other *.js* files corresponds to its template\n- CSS\n    - Add your [tailwindcss 2](https://tailwindcss.com/) classes to the *.liquid* files\n    - Other css needed can be added to **src/css/tailwind.css**\n- Liquid\n    - Edit *.liquid* in **dist** directory\n\n### Scripts\n`npm start`\n- Completes a Webpack build in **development** mode\n- Deploys updated copy from ``dist/``\n- Webpack begins watching for file changes\n- Theme Kit begins watching for file changes in `dist/`\n- Theme Kit opens your development theme in your default browser\n\n`npm start:live`\n- Completes a Webpack build in **development** mode\n- Deploys updated copy from `dist` to a **live theme**\n- Webpack begins watching for file changes\n- Theme Kit begins watching for file changes in `dist`\n- Theme Kit opens your development theme in your default browser\n\n`npm run build`\n- Completes a Webpack build in **production** mode\n\n`npm run deploy`\n- Completes a Webpack build in **production** mode\n- Deploys and overwrites all theme files via Theme Kit\n\n`npm run deploy:live`\n- Completes a Webpack build in **production** mode\n- Deploys and overwrites all theme files via Theme Kit on a **live theme**\n\n### Output Files\nWebpack will generate a Javascript file from `src/js` directory to `dist/assets` directory\n`application.css` will be generated by tailwind in the `dist/assets` directory\n\n### Made with\n1. [Themekit](https://github.com/Shopify/themekit)\n2. [Tailwindcss 2](https://tailwindcss.com)\n3. [Webpack 5](https://webpack.js.org/)\n4. [Line Awesome](https://icons8.com/line-awesome) \n   - removed all unused icons with [IcoMoon](https://icomoon.io/app/)\n      - settings:\n         - em square height : 1024\n         - baseline height : 14.28571428571429\n         - whitespace width : 0\n\n## License\nReleased under the [MIT License](https://opensource.org/licenses/MIT).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanyeh%2Fcrutchfield-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryanyeh%2Fcrutchfield-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanyeh%2Fcrutchfield-theme/lists"}