Skip to content

Commit

Permalink
Improve README 💃
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Nov 13, 2024
1 parent 65020f4 commit 825c320
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,5 @@
</a>
</p>

<h1 align="center">Sylius 2.0 Workshop PHPCon 24'</h1>
<h1 align="center">SyliusCon 24' presentation examples</h1>

<p align="center">This is repository for Sylius 2.0 workshop that took place in Wisła on 25th of October 2024</p>

## Installation

### Traditional
```bash
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](https://docs.sylius.com/en/latest/book/installation/installation.html).

### Docker
```bash
cp compose.override.dist.yml compose.override.yml
make setup
open http://localhost:9000/
```

0 comments on commit 825c320

Please sign in to comment.