-
-
Notifications
You must be signed in to change notification settings - Fork 0
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 link to live demo #39
Conversation
WalkthroughThe README.md file was updated to include links to a live demo and a video demo for a decentralized application (Dapp) that sponsors the education of a child. These changes provide users with immediate access to visual demonstrations of the application's functionality. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant README
User ->> README: Access README
README -->> User: Show live demo link
README -->> User: Show video demo link
User ->> LiveDemoLink: Click link for live demo
Note right of User: Opens the live demo in a new tab
User ->> VideoDemoLink: Click link for video demo
Note right of User: Opens the video demo in a new tab
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Additional context usedMarkdownlint
Tip Early access features: enabledWe are currently testing the following features in early access:
Note:
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
✅ Deploy Preview for web3-sponsors canceled.
|
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.
Actionable comments posted: 2
@@ -2,4 +2,6 @@ | |||
|
|||
Dapp for sponsoring the education of one individual child | |||
|
|||
Live demo: https://sponsors.elimu.ai |
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.
Format the URL as a Markdown link.
The live demo URL is a bare URL. To comply with Markdown linting rules (MD034), it should be formatted as a Markdown link.
- Live demo: https://sponsors.elimu.ai
+ [Live demo](https://sponsors.elimu.ai)
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
Live demo: https://sponsors.elimu.ai | |
Live demo: [Live demo](https://sponsors.elimu.ai) |
Tools
Markdownlint
5-5: null
Bare URL used(MD034, no-bare-urls)
@@ -2,4 +2,6 @@ | |||
|
|||
Dapp for sponsoring the education of one individual child | |||
|
|||
Live demo: https://sponsors.elimu.ai | |||
|
|||
Video demo: https://www.loom.com/share/4ca573012b1e4935a4870588c3b5c20d?sid=7fe1fa45-3ace-48f2-b2d6-0f8b0f5e195e |
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.
Format the URL as a Markdown link.
The video demo URL is a bare URL. To comply with Markdown linting rules (MD034), it should be formatted as a Markdown link.
- Video demo: https://www.loom.com/share/4ca573012b1e4935a4870588c3b5c20d?sid=7fe1fa45-3ace-48f2-b2d6-0f8b0f5e195e
+ [Video demo](https://www.loom.com/share/4ca573012b1e4935a4870588c3b5c20d?sid=7fe1fa45-3ace-48f2-b2d6-0f8b0f5e195e)
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
Video demo: https://www.loom.com/share/4ca573012b1e4935a4870588c3b5c20d?sid=7fe1fa45-3ace-48f2-b2d6-0f8b0f5e195e | |
Video demo: [Video demo](https://www.loom.com/share/4ca573012b1e4935a4870588c3b5c20d?sid=7fe1fa45-3ace-48f2-b2d6-0f8b0f5e195e) |
Tools
Markdownlint
7-7: null
Bare URL used(MD034, no-bare-urls)
No description provided.