diff --git a/README.md b/README.md index ec71fe1..f35e6dc 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ FarmControl UI is a modern web application for managing and monitoring farm prod ## Stack - [React](https://reactjs.org/) +- [Vite](https://vite.dev/) - [JavaScript (ES6+)](https://developer.mozilla.org/en-US/docs/Web/JavaScript) - [CSS Modules] - [Node.js](https://nodejs.org/) @@ -72,7 +73,7 @@ src/ assets/ # Icons, logos, and other static assets components/ # React components organized by feature/module config.js # App configuration - index.js # App entry point + index.jsx # App entry point App.jsx # Main App component ... public/ # Static public files @@ -81,8 +82,4 @@ scripts/ # Utility scripts (e.g., SVG minification) ## 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)._ +This project is licensed under the MIT License. \ No newline at end of file