Fixed readme

This commit is contained in:
Tom Butcher 2025-08-22 20:31:22 +01:00
parent 4c3d37a7d0
commit 8dd423a77e

View File

@ -16,6 +16,7 @@ FarmControl UI is a modern web application for managing and monitoring farm prod
## Stack ## Stack
- [React](https://reactjs.org/) - [React](https://reactjs.org/)
- [Vite](https://vite.dev/)
- [JavaScript (ES6+)](https://developer.mozilla.org/en-US/docs/Web/JavaScript) - [JavaScript (ES6+)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [CSS Modules] - [CSS Modules]
- [Node.js](https://nodejs.org/) - [Node.js](https://nodejs.org/)
@ -72,7 +73,7 @@ src/
assets/ # Icons, logos, and other static assets assets/ # Icons, logos, and other static assets
components/ # React components organized by feature/module components/ # React components organized by feature/module
config.js # App configuration config.js # App configuration
index.js # App entry point index.jsx # App entry point
App.jsx # Main App component App.jsx # Main App component
... ...
public/ # Static public files public/ # Static public files
@ -82,7 +83,3 @@ scripts/ # Utility scripts (e.g., SVG minification)
## License ## License
This project is licensed under the MIT License. This project is licensed under the MIT License.
---
_For more information, contact the project maintainers or visit the [FarmControl documentation](https://github.com/your-org/farmcontrol-ui/wiki)._