An open API service indexing awesome lists of open source software.

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

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