Skip to content

Commit

Permalink
Updated getting-started.md by mentioning the steps needed to verify c…
Browse files Browse the repository at this point in the history
…hanges made to composer-playground package. (hyperledger-archives#1879)

* Update getting-started.md

* Update getting-started.md

* Update getting-started.md
  • Loading branch information
neeravarora authored and Simon Stone committed Aug 15, 2017
1 parent 2e6589e commit 95d8972
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions contrib-notes/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@ You must bootstrap the repository so that all of the dependencies are installed
You can then work with the packages under [packages/](packages/) on a per-package
basis as any normal node.js package.

For example, inorder to run Playground UI locally you can run:

$ npm start

on composer-playground-api and composer-playground packages in turn followed by visiting:

localhost:3000

from your browser.

Alternatively, you can execute npm commands across all of the packages at once using
Lerna:

Expand Down

0 comments on commit 95d8972

Please sign in to comment.