Merge pull request #553 from desktophero/dev-start-up-steps

update getting started doco; xref 551
This commit is contained in:
Patrik Oldsberg
2020-04-15 18:25:15 +02:00
committed by GitHub
@@ -26,10 +26,12 @@ You can now view example-app in the browser.
Run the following commands if you have Docker environment
```bash
$ docker build . -t spotify/backstage
$ yarn docker-build
$ docker run --rm -it -p 80:80 spotify/backstage
```
Then open http://localhost/ on your browser.
> See [package.json](/package.json) for other yarn commands/options.
[Back to Docs](README.md)