Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.16 KB

README.md

File metadata and controls

42 lines (34 loc) · 1.16 KB

Sylius Logo CW Logo

Sylius Workshop Warsaw 24'

This is repository for Sylius 2.0 Workshop that took place in Viena on 3rd of December 2024

Installation

Traditional

Clone this project and execute following instruction

$ cd SyliusWorkshopSymfonyCon24
$ composer install 
$ 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

$ cp compose.override.dist.yml compose.override.yml
$ make setup
$ open http://localhost:9000/