Skip to content

Commit

Permalink
Merge branch 'release/2.0' into zetlen/fix-devserver-porthandling
Browse files Browse the repository at this point in the history
  • Loading branch information
zetlen committed Oct 9, 2018
2 parents 5f6ad78 + bcbdd87 commit d265b59
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,10 @@ Follow these steps to install the dependencies for all the packages in the proje
1. Clone the repository.
2. Navigate to the root of the repository from the command line
3. Run `npm install`
4. Watch the bootstrapping take place.
5. Create a `packages/venia-concept/.env` file (or set environment variables manually)
6. Set the environment variable `MAGENTO_BACKEND_DOMAIN` to the URL of the backing Magento instance you are using
7. On your first install, run `npm run build` from package root.
8. To run the Venia storefront development experience, run `npm run watch:venia` from package root.
9. To run the full PWA Studio developer experience, with Venia hot-reloading and concurrent Buildpack/Peregrine rebuilds, run `npm run watch:all` from package root.
10. To run the staging environment, which uses more compressed assets and more closely reflects production, run `npm run stage:venia` from package root. (This requires that you first run `npm run build` to generate the artifacts being served.)
4. Copy `packages/venia-concept/example.env` to `packages/venia-concept/.env`
5. Uncomment the line for `MAGENTO_BACKEND_DOMAIN` in `packages/venia-concept/.env`, and set `MAGENTO_BACKEND_DOMAIN` to the fully-qualified URL of a Magento store running `2.3`.
6. On your first install, run `npm run build` from package root.
7. To run the Venia storefront development experience, run `npm run watch:venia` from package root.

## Troubleshooting

Expand Down

0 comments on commit d265b59

Please sign in to comment.