Skip to content

Commit a06e515

Browse files
authored
Update README.md
Signed-off-by: Ibrahim Madha <imadha@users.noreply.github.com>
1 parent 3f1a831 commit a06e515

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,18 @@ Anything an applet can do, your app can do.
8181
For more about Zipper, check out the
8282
[official documentation here](https://zipper.dev/docs).
8383

84+
## Issues
85+
86+
Zipper is under active development, so issues are expected! It might be helpful to use the debug mode to console log verbosely so you can see whats going on.
87+
88+
Just pass the `debug` option when initializing your applet to turn this one.
89+
90+
```
91+
const myApp = initApplet('my-applet', { debug: true });
92+
```
93+
94+
Let us know what your console output looks like when submitting an issue. PRs are also always welcome, see the next section.
95+
8496
## Contributing
8597

8698
Zipper is under active development, so contributions are always welcome.
@@ -95,8 +107,8 @@ curl -fsSL https://deno.land/install.sh | sh
95107
Check out other ways to
96108
[install Deno here](https://github.com/denoland/deno_install).
97109

98-
Once that's installed check out this repo locally, make some changes, and make
99-
passes tests and build.
110+
Once that's installed check out this repo locally, make some changes, and make sure it
111+
passes tests and builds by running the following command.
100112

101113
```
102114
deno task build

0 commit comments

Comments
 (0)