Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 687 Bytes

File metadata and controls

19 lines (11 loc) · 687 Bytes

Contributing to OTTY

🎈 Thanks for your help improving the project! We are so happy to have you!

Remember - No contribution is too small and all contributions are valued.

Contributing to Code

Repository setup

  • Always run pre-commit install when setting up the repository so local commits run the configured checks.

Quick start

  • Run the desktop app: cargo run -p otty
  • Run a standalone widget example: cargo run -p otty-ui-term --example full_screen