https://github.com/spryker-community/initiator
Hackathon team "Initiator" created a localized Spryker development environment setup
https://github.com/spryker-community/initiator
hackathon localization march-2024 spryker
Last synced: about 1 year ago
JSON representation
Hackathon team "Initiator" created a localized Spryker development environment setup
- Host: GitHub
- URL: https://github.com/spryker-community/initiator
- Owner: spryker-community
- License: mit
- Created: 2024-03-13T18:08:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T21:16:50.000Z (over 1 year ago)
- Last Synced: 2025-02-16T03:17:30.601Z (over 1 year ago)
- Topics: hackathon, localization, march-2024, spryker
- Language: PHP
- Homepage: https://commercequest.space/discussion/28791/initiator-hackathon-mar24#latest
- Size: 647 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spryker Initiator
Clone the current demo shop into any folder on your machine
Then create and adjust the config file based on the project.json file
Then use this project with the following commands
```php
bin/console app:create-store
```
After the files have been created you can check them in the generated folder
Then you run the following command to patch the demo shop
```php
bin/console app:patch-project ~/PhpStormProjects/B2B-demo-202311
```
Afterwards your adjusted demo shop is ready and can be bootstraped and started