-
Notifications
You must be signed in to change notification settings - Fork 545
Improved README readability #72
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -78,9 +78,9 @@ The [`apps/`](./apps) directory contains runnable examples: | |
| | [cli_example](./apps/cli_example) | Building a Valdi CLI application | | ||
| | [benchmark](./apps/benchmark) | Performance benchmarks | | ||
|
|
||
| ## Why Choose Valdi? | ||
| ## Why Valdi? | ||
|
|
||
| Valdi is a cross-platform UI framework designed to solve the fundamental problem of cross-platform development: velocity vs. runtime performance. For 8 years, it has powered a large portion of Snap's production apps. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Leave this as is. |
||
| Valdi is a cross-platform UI framework designed to solve the fundamental problem of cross-platform development: Velocity vs. Runtime Performance. For 8 years, it has powered a significant portion of Snap's production apps. | ||
|
|
||
| ### True Native Performance | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -12,6 +12,10 @@ This guide will help you set up your development environment and get started wit | |||||
| ### Linux | ||||||
| No prerequisites! The Valdi CLI will install everything you need. | ||||||
|
|
||||||
| > [!IMPORTANT] | ||||||
| > Windows is not currently supported. Please wait for upcoming updates! | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You can leave this at just "Windows is not currently supported" |
||||||
|
|
||||||
|
|
||||||
| ### All Platforms | ||||||
| That's it! The `valdi dev_setup` command handles all other dependencies automatically, including: | ||||||
| - Homebrew (macOS) | ||||||
|
|
@@ -33,6 +37,10 @@ That's it! The `valdi dev_setup` command handles all other dependencies automati | |||||
| npm install -g @snap/valdi | ||||||
| ``` | ||||||
|
|
||||||
| > [!NOTE] | ||||||
| > During installation, you might see warnings about deprecated packages. These can usually be ignored! | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
|
|
||||||
| ### 2. Set Up Your Development Environment | ||||||
|
|
||||||
| ```bash | ||||||
|
|
||||||
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.
Leave the header as is