Remove contributing and development setup sections

Removed the contributing section and development setup instructions from the README.
This commit is contained in:
MacRimi
2025-11-24 15:41:52 +01:00
committed by GitHub
parent a751e45602
commit 90c7539956

View File

@@ -730,18 +730,6 @@ entities:
![Home Assistant Integration Example](AppImage/public/images/docs/homeassistant-integration.png)
---
## Contributing
Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests.
### Development Setup
1. Clone the repository
2. Install dependencies: `npm install`
3. Run development server: `npm run dev`
4. Build AppImage: `./build_appimage.sh`
---