Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Dec 15, 2017
1 parent 1baf40e commit 555c208
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,19 @@ npm install --save api-explorer
To spin up an example server:

```
npm run example
npm start
```

To build the packages for production:

```
npm run build
```

To deploy the latest example to gh-pages:

```
npm run deploy
```

## Credits
Expand Down

0 comments on commit 555c208

Please sign in to comment.