This is repository for Sylius Fundamentals workshop that took place in Warsaw on 16th of May 2024
$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project sylius/sylius-standard project
$ cd project
$ yarn install
$ yarn build
$ php bin/console sylius:install
$ symfony serve
$ open http://localhost:8000/
For more detailed instruction please visit installation chapter in our docs.
Make sure you have installed Docker on your local machine.
Execute make init
in your favorite terminal and wait some time until the services will be ready.
Then enter localhost
in your browser or execute open localhost
in your terminal.