Skip to content

Commit 811194b

Browse files
authored
Add Local development section
1 parent 02a75eb commit 811194b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,17 @@ of the following are set. On GitHub Enterprise, log in to the profile you are tr
6363
- Make sure you have admin rights on the projects before adding them,
6464
since strider will need to create webhooks for the integration to work.
6565

66+
## Local Development
67+
68+
Due to the fact that Github posts to the Strider app when there is an event (commit, PR, etc)
69+
it is very difficult to test all of the functionality when developing/fixing bugs locally.
70+
An alternative is to use something like [localtunnel].
71+
72+
```sh
73+
$ npm install -g localtunnel
74+
$ lt --port <strider-port>
75+
```
76+
6677
[npm-badge-img]: https://badge.fury.io/js/strider-github.svg
6778
[npm-badge-link]: http://badge.fury.io/js/strider-github
79+
[localtunnel]: https://localtunnel.github.io/www/

0 commit comments

Comments
 (0)