Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ valdi install ios # or android
- [Frequently Asked Questions](./docs/docs/faq.md)
- [Component Library](https://github.com/Snapchat/Valdi_Widgets)

## 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.
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

Expand Down
8 changes: 8 additions & 0 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,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!


### All Platforms
That's it! The `valdi dev_setup` command handles all other dependencies automatically, including:
- Homebrew (macOS)
Expand All @@ -31,6 +35,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!


### 2. Set Up Your Development Environment

```bash
Expand Down