https://github.com/fmjstudios/shopware
đ The FMJ Studios-enhanced version of Shopware 6 - the headless e-Commerce backend
https://github.com/fmjstudios/shopware
docker docker-compose kubernetes makefile nodejs php shopware shopware-cli symfony vue
Last synced: 10 months ago
JSON representation
đ The FMJ Studios-enhanced version of Shopware 6 - the headless e-Commerce backend
- Host: GitHub
- URL: https://github.com/fmjstudios/shopware
- Owner: fmjstudios
- License: mit
- Created: 2024-06-30T21:52:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T14:24:14.000Z (over 1 year ago)
- Last Synced: 2024-12-03T15:31:31.638Z (over 1 year ago)
- Topics: docker, docker-compose, kubernetes, makefile, nodejs, php, shopware, shopware-cli, symfony, vue
- Language: Shell
- Homepage:
- Size: 316 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Shopware 6 
Shopware 6 is an open headless commerce platform powered by [Symfony 7][symfony] and [Vue.js 3][vuejs] that is used by
thousands of shops and supported by a huge, [worldwide community][shopware_slack] of developers, agencies and merchants.
Feel free to check out the [official Shopware repository][shopware_repository] for more insights and information or head
directly to their [homepage][shopware] for more information about the __Shopware AG ÂŽ__ and their offerings.
> [!CAUTION]
> This repository is the basis for an exceptionally heavily customized and advanced Shopware 6 instance and therefore
> requires deep knowledge about the inner workings of the Shopware. Feel free to use our source as guidance nonetheless.
> It's [MIT-licensed][license].
## ⨠TL;DR
```shell
# initialize the project
make init
# build the (first) Docker image
make image
# set up the development environment
make env
```
### đ Contributing
Refer to our [documentation for contributors][contributing] for contributing guidelines, commit message
formats and versioning tips.
### đĨ Maintainers
This project is owned and maintained by [FMJ Studios][fmjstudios] refer to
the [`AUTHORS`][authors] or [`CODEOWNERS`][codeowners] for more information. You may also use the linked
contact details to reach out directly.
---
### đ License
__[MIT][license]__
### ÂŠī¸ Copyright
Assets provided by the [Shopware AG ÂŽ][shopware].
[license]: LICENSE
[authors]: .github/AUTHORS
[codeowners]: .github/CODEOWNERS
[contributing]: docs/CONTRIBUTING.md
[fmjstudios]: https://github.com/fmjstudios
[vuejs]: https://vuejs.org
[symfony]: https://symfony.com
[shopware]: https://www.shopware.com/
[shopware_slack]: https://slack.shopware.com
[shopware_repository]: https://github.com/shopware/shopware