mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
18 lines
261 B
Markdown
18 lines
261 B
Markdown
# Agents.md
|
|
|
|
## Apps
|
|
|
|
- Web
|
|
- Desktop
|
|
|
|
## Rust
|
|
|
|
Shared code between apps live in `rust/`, not in `packages/`
|
|
|
|
## Web
|
|
|
|
### React
|
|
|
|
- Read components before using them. They may already apply classes, which affects what you need to pass and how to override them.
|
|
|