mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 06:04:23 +01:00
8 lines
383 B
Plaintext
8 lines
383 B
Plaintext
This is a rust project with crates in crate dir.
|
|
|
|
ui/desktop has an electron app in typescript.
|
|
|
|
tips:
|
|
- can look at unstaged changes for what is being worked on if starting
|
|
- always check rust compiles, cargo fmt etc and cargo clippy -- -D warnings (as well as run tests in files you are working on)
|
|
- in ui/desktop, look at how you can run lint checks and if other tests can run |