-
Notifications
You must be signed in to change notification settings - Fork 171
docs: add ts example #192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add ts example #192
Conversation
57039e7
to
9ddc513
Compare
Signed-off-by: Naseem <naseem@transit.app>
9ddc513
to
2f55c11
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the guide! Some requested changes:
- Can you brush up the instructions such that they can be copy-paste-able? I think there are some missing steps.
- It might be worth adding a link to this comment: #13 (comment)
- That extra feature of tsc-watch would be really useful.
Signed-off-by: Naseem <naseem@transit.app>
Thanks for the feedback @grant, ready for another review at this point. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran through this doc and ran into an issue with the new tsc-watch part. Specifically, I did not see the function refreshing when code was updated. 😢
I found a solution that I think we should use. 😸 Can we add that? Below has the exact script.
Once that's in, I'll approve and merge. Thanks for your patience!
Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Naseem <naseem@transit.app>
@naseemkullah Ping me when this is ready for review. I think the only thing is the |
Perfect, thanks @grant, should have it fixed up soon. |
Signed-off-by: Naseem <naseem@transit.app>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've verified the instructions work when testing locally.
Thanks for the PR! Merging.
Also lints README by indenting some codeblocks in enumerated lists.