Initialize Rust GPUI browser shell
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# ELY Browser
|
||||
|
||||
Native Rust + GPUI browser workspace for ELY Browser by Elydora.
|
||||
|
||||
The repository is organized around explicit product boundaries from `PRD.md`:
|
||||
domain state, browser orchestration, design tokens, GPUI shell, and Servo host contracts.
|
||||
Reference GPUI ecosystem repositories live under `references/` for local review and are excluded
|
||||
from version control.
|
||||
|
||||
## Local Commands
|
||||
|
||||
```bash
|
||||
cargo fmt --all --check
|
||||
cargo check --workspace --all-targets
|
||||
cargo clippy --workspace --all-targets -- -D warnings
|
||||
cargo test --workspace --all-targets
|
||||
cargo run -p ely_app
|
||||
```
|
||||
Reference in New Issue
Block a user