Skip to content

Commit

Permalink
chore(CONTRIBUTING): update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanclark authored Apr 14, 2017
1 parent c1b4935 commit d2cbf72
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,7 @@ yarn install
yarn example
```

This will start watching for changes to any source files, and compile/bundle the source.

You'll then need to open up the generated `dist` folder and run `yarn link`.

Then, inside a different project that's running webpack (for example, our `ng-boilerplate`), run:

```bash
yarn link @ultimate/ngxerrors
```

You'll then be using your local version as the loader.
This will start watching for changes to any source files, and compile/bundle the source. It'll spin up a local web server at http://localhost:3000 where you can test the library against an example form.

## Committing and adding a PR

Expand Down

0 comments on commit d2cbf72

Please sign in to comment.