{"id":18895360,"url":"https://github.com/hotwax/commerce-hub","last_synced_at":"2026-04-04T13:40:19.116Z","repository":{"id":38086337,"uuid":"433061546","full_name":"hotwax/commerce-hub","owner":"hotwax","description":"HotWax Commerce Commerce Hub App","archived":false,"fork":false,"pushed_at":"2024-05-01T05:13:06.000Z","size":3804,"stargazers_count":11,"open_issues_count":0,"forks_count":18,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-15T01:13:53.612Z","etag":null,"topics":["css","html","ionic","ionic-framework","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hotwax.png","metadata":{"files":{"readme":"README.md","changelog":"changelogs/unreleased/-1vr9z1y.yml","contributing":null,"funding":null,"license":"LICENSE","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-11-29T13:51:50.000Z","updated_at":"2024-05-01T05:13:10.000Z","dependencies_parsed_at":"2024-11-08T08:29:57.822Z","dependency_job_id":"c143d777-7dc6-4cad-834d-6e3a845188ed","html_url":"https://github.com/hotwax/commerce-hub","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotwax%2Fcommerce-hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotwax%2Fcommerce-hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotwax%2Fcommerce-hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotwax%2Fcommerce-hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hotwax","download_url":"https://codeload.github.com/hotwax/commerce-hub/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986315,"owners_count":21194025,"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":["css","html","ionic","ionic-framework","vuejs"],"created_at":"2024-11-08T08:27:55.468Z","updated_at":"2026-04-04T13:40:19.070Z","avatar_url":"https://github.com/hotwax.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"Commerce Hub App \n# Prerequisite\nIonic CLI - If you don't have the ionic CLI installed refer [official documentation](https://ionicframework.com/docs/intro/cli) for the installation instructions.\n\n\n# Build Notes (Users)\n\n1. Download the app from [release](https://github.com/hotwax/commerce-hub/releases) page and extract it.\n2. Go to the app directory.\n3. Run following command to download dependencies  \n    `npm i`\n4. Create a `.env` file by taking reference from the `.env.example`.\n5. To run the app in browser use the command: `ionic serve`\n\n\n# Build Notes (Contributors)\n\n1. Open a Terminal window\n2. Clone app using the command: `git clone https://github.com/hotwax/commerce-hub.git \u003crepository-name\u003e`\n3. Go to the \u003crepository-name\u003e directory using command: `cd \u003crepository-name\u003e`\n4. Run following command to download dependencies\n    `npm i`\n5. Create a `.env` file by taking reference from the `.env.example`.\n6. To run the app in browser use the command: `ionic serve`\n\n## Firebase Hosting\n\nWe are using firebase hosting for the Commerce Hub app deployment\nHere are the steps to deploy app on firebase hosting\n\n### Prerequisite\n\n- [Firebase Cli](https://firebase.google.com/docs/cli) should be installed\n- Firebase project should be created\n- You should have access to firebase project\n\n### Deployment\n\n- Generate .env file from .env.example\n\n- Build the application using following command\n  `ionic build`\n\n- Login into firebase\n  `firebase login`\n\n- Run following command to deploy to firebase hosting\n  `firebase deploy --only hosting:commerce-hub`\n  `firebase deploy --only hosting:commerce-hub-dev`\n\n## How to build application in different environment or modes(staging, production, qa, etc)?\n\nAs there is a bug in Ionic cli due to which we cannot pass flag variables for commands (See [#4669](https://github.com/ionic-team/ionic-cli/issues/4642)). To build application in different modes we need to use vue-cli-service to build and then use the built app using capacitor copy command further.\n\nFollow following instructions:\n\n1. Manually build the application using vue-cli-service:\n   npx vue-cli-service build --mode=sandbox\n\n2. Copy web assets to the native project without building the app:\n   ionic capacitor copy ios --no-build\n\n3. Open the Android Studio / XCode project:\n   ionic capacitor open android  \n   ionic capacitor open ios\n\n# Contribution Guideline\n\n1. Fork the repository and clone it locally from the `main` branch. Before starting your work make sure it's up to date with current `main` branch.\n2. Pick an issue from [here](https://github.com/hotwax/commerce-hub/issues). Write in the issue comment that you want to pick it, if you can't assign yourself. **Please stay assigned to one issue at a time to not block others**.\n3. Create a branch for your edits. Use the following branch naming conventions: **commerce-hub/issue-number**.\n4. Please add issue number to your commit message.\n5. Propose a Pull Request to `main` branch containing issue number and issue title.\n6. Use [Pull Request template](https://github.com/hotwax/commerce-hub/blob/main/.github/PULL_REQUEST_TEMPLATE.md) (it's automatically added to each PR) and fill as much fields as possible to describe your solution.\n7. Reference any relevant issues or other information in your PR.\n8. Wait for review and adjust your PR according to it.\n9. Congrats! Your PR should now be merged in!\n\nIf you can't handle some parts of the issue then please ask for help in the comment. If you have any problems during the implementation of some complex issue, feel free to implement just a part of it.\n\n## Report a bug or request a feature\n\nAlways define the type of issue:\n* Bug report\n* Feature request\n\nWhile writing issues, please be as specific as possible. All requests regarding support with implementation or application setup should be sent to.\n# UI / UX Resources\nYou may find some useful resources for improving the UI / UX of the app \u003ca href=\"https://www.figma.com/community/file/885791511781717756\" target=\"_blank\"\u003ehere\u003c/a\u003e.\n\n# Join the community on Discord\nIf you have any questions or ideas feel free to join our \u003ca href=\"https://discord.gg/SwpJnpdyg3\" target=\"_blank\"\u003eDiscord channel\u003c/a\u003e.\n    \n# The license\n\nCommerce Hub app is completely free and released under the Apache v2.0 License. Check \u003ca href=\"https://github.com/hotwax/bopis/blob/main/LICENSE\" target=\"_blank\"\u003eLICENSE\u003c/a\u003e for more details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotwax%2Fcommerce-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhotwax%2Fcommerce-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotwax%2Fcommerce-hub/lists"}