Skip to content

Commit

Permalink
[DOCUMENTATION] Update Venia setup instructions (#532)
Browse files Browse the repository at this point in the history
- add M2.3 recommended version (2.3.0-beta32)
- resolves issue #522
  • Loading branch information
ennostuurman authored and jcalcaben committed Nov 20, 2018
1 parent 408be99 commit ab2d1ed
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pwa-devdocs/src/venia-pwa-concept/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,16 @@ MAGENTO_BACKEND_URL="https://release-utkfd3a-dpfibs5yviagi.us-3.magentosite.clou

### Choosing the Magento 2.3 backend

The Venia storefront runs on top of any Magento 2.3 instance.
The Venia storefront runs on top of any Magento 2.3 instance.

The currently recommended Magento version to use with PWA Studio is **2.3.0-beta32** which can be installed using composer.

**Example:**

```sh
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition:2.3.0-beta32 [destination directory]
```

Use the default cloud instance as the backend or set up your own [local development instance][].

The Venia storefront has been verified to be compatible with the following local setups:
Expand Down

1 comment on commit ab2d1ed

@vercel
Copy link

@vercel vercel bot commented on ab2d1ed Nov 20, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://magento-venia-ngizeynnbp.now.sh to the following alias.

Please sign in to comment.