Skip to content

Commit

Permalink
Merge pull request #152 from DivergentEuropeans/package-lock-update
Browse files Browse the repository at this point in the history
Package lock update to include tabbing component
  • Loading branch information
DivergentEuropeans authored May 21, 2020
2 parents be07f13 + aac31b4 commit 71b4553
Show file tree
Hide file tree
Showing 3 changed files with 2,113 additions and 1,944 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,17 @@ This is a Monaco-powered editor of remote files and datasets that are accessible

**To request features or report bugs, please use the issues page at the [zlux repo](https://github.com/zowe/zlux/issues) with the editor or app tags**

## Install
## Install Dependencies

There is an Angular module in "webClient" folder. Go to this folder and run ```npm install```.
There is an Angular module in "webClient" folder.

Go to this folder
Configure your npm registry to pickup Zowe dependencies

```
npm config set registry https://zowe.jfrog.io/zowe/api/npm/npm-release/
npm install
```

## Build

Expand Down
Loading

0 comments on commit 71b4553

Please sign in to comment.