Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.36 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.36 KB

Sylius Logo CW Logo

Sylius Workshop Warsaw 24'

This is repository for Sylius Fundamentals workshop that took place in Warsaw on 16th of May 2024

Installation

Traditional

$ 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.

Docker

Development

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.