Skip to content

Commit d2cbf72

Browse files
authored
chore(CONTRIBUTING): update instructions
1 parent c1b4935 commit d2cbf72

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,7 @@ yarn install
1919
yarn example
2020
```
2121

22-
This will start watching for changes to any source files, and compile/bundle the source.
23-
24-
You'll then need to open up the generated `dist` folder and run `yarn link`.
25-
26-
Then, inside a different project that's running webpack (for example, our `ng-boilerplate`), run:
27-
28-
```bash
29-
yarn link @ultimate/ngxerrors
30-
```
31-
32-
You'll then be using your local version as the loader.
22+
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.
3323

3424
## Committing and adding a PR
3525

0 commit comments

Comments
 (0)