Properties2
Icon
Order
90Contributions to Pi Island are welcome!
Development Setup
- Fork the repository
- Clone your fork
- Create a branch for your changes
Code Style
- Use SwiftLint rules
- Prefer
@Observablefor new code - Use actors for thread-safe state
Testing Changes
swift build && .build/debug/PiIsland
Submitting
- Commit with clear messages
- Push to your fork
- Open a pull request