{"id":29130565,"url":"https://github.com/elementary/store","last_synced_at":"2025-10-26T22:14:13.235Z","repository":{"id":36960788,"uuid":"300157702","full_name":"elementary/store","owner":"elementary","description":"The elementary OS merch store website","archived":false,"fork":false,"pushed_at":"2025-06-24T16:52:54.000Z","size":31291,"stargazers_count":29,"open_issues_count":39,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-24T17:49:25.390Z","etag":null,"topics":["elementaryos","elixir","phoenix","store"],"latest_commit_sha":null,"homepage":"https://store.elementary.io","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elementary.png","metadata":{"funding":{"github":"elementary","patreon":"elementary","liberapay":"elementary","custom":"https://elementary.io/get-involved#funding"},"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-10-01T05:34:34.000Z","updated_at":"2025-06-24T16:52:57.000Z","dependencies_parsed_at":"2023-10-16T11:24:12.258Z","dependency_job_id":"772f54a8-3090-42f2-bcad-6470592d355b","html_url":"https://github.com/elementary/store","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elementary/store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elementary%2Fstore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elementary%2Fstore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elementary%2Fstore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elementary%2Fstore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elementary","download_url":"https://codeload.github.com/elementary/store/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elementary%2Fstore/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262708004,"owners_count":23351532,"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":["elementaryos","elixir","phoenix","store"],"created_at":"2025-06-30T04:07:51.945Z","updated_at":"2025-10-26T22:14:08.206Z","avatar_url":"https://github.com/elementary.png","language":"Elixir","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://store.elementary.io\" align=\"center\"\u003e\n    \u003ccenter align=\"center\"\u003e\n      \u003cimg src=\"assets/static/elementary.svg\" alt=\"elementary\" align=\"center\"\u003e\n    \u003c/center\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n  \u003ch1 align=\"center\"\u003e\u003ccenter\u003eStore\u003c/center\u003e\u003c/h1\u003e\n  \u003ch3 align=\"center\"\u003e\u003ccenter\u003eThe elementary OS merch store website\u003c/center\u003e\u003c/h3\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/elementary/store/workflows/Update/badge.svg\" alt=\"Update\"\u003e\n  \n  \u003ca href=\"https://l10n.elementary.io/engage/store/\"\u003e\n    \u003cimg src=\"https://l10n.elementary.io/widgets/store/-/svg-badge.svg\" alt=\"Translation status\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nThis repository is an elixir website for `https://store.elementary.io`. It\nconnects to Printful for products, and Stripe for payment processing.\n\n## Developing on elementary OS (or Ubuntu)\n\nThis guide assumes elementary OS 6 or Ubuntu 20.04; the steps should be similar for any Ubuntu-based OS, but may differ bassed on the exact distribution or version.\n\n1. **Install Docker**\n\n   You can install Docker however you'd like, but we recommend following [this DigitalOcean guide](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04), including adding your user to the `docker` group.\n\n2. **Install `docker-compose`**\n\n   Similarly, you can install docker-compose however you see fit, but the fastest way is probably via Python's `pip`:\n\n   1. `sudo apt install python3-pip`\n   2. `pip3 install docker-compose`\n\n3. **Configure secrets** for development\n\n   Add your Printful API key to `config/dev.secret.exs` like so:\n\n   ```ex\n   import Config\n\n   config :store, Printful.Api,\n     api_key: \"aaaaaaaa-bbbb-cccc:dddd-eeeeeeeeeeee\"\n   ```\n   \n   To test Stripe integration as well, add your Stripe test keys to `config/dev.secret.exs`:\n\n   ```ex\n   config :stripity_stripe,\n     api_key: \"sk_test_aBcDeFgHiJkLmNoPqRsTuVwX\",\n     public_key: \"pk_test_zYxWvUtSrQpOnMlKjIhGfEdC\"\n   ```\n\nThat's it, you're all set to start contributing.\n\n## Running\n\nThis repository contains a `docker-compose.yml` file for easier development.\nMake sure you have `docker-compose` installed, then run these commands:\n\n1) `docker-compose build` to build the containers. If you make changes to any\ndependencies, or are getting issues where code does not seem to update, re-run\nthis step.\n\n2) `docker-compose up` to start the server and dependencies. This is your main\ncommand and after you run steps 1 and 2, you should only need to run this\ncommand to get back up and running.\n\nIf you change any configuration/secrets, you need to restart `docker-compose up` for it to take effect.\n\n## Translations\n\nAll translations are extracted to the template files when new commits are\npushed to master. If you would like to help translate this site, please see the\n[elementary weblate instance](https://l10n.elementary.io/).\n\n## Deploying\n\nThis repository is setup with continuous integration and deployment. If you want\nto deploy your changes, all you need to do is open a PR to the master branch.\nOnce your PR is accepted and merged in, it will automatically be deployed.\n\n## License\n\nThis repository is made available under the terms of the GNU Affero General\nPublic License version 3 or any later version. See `LICENSE` for details.\n","funding_links":["https://github.com/sponsors/elementary","https://patreon.com/elementary","https://liberapay.com/elementary","https://elementary.io/get-involved#funding"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felementary%2Fstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felementary%2Fstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felementary%2Fstore/lists"}