https://github.com/green-ecolution/project-website
Landing Page for Green Ecolution
https://github.com/green-ecolution/project-website
Last synced: 5 months ago
JSON representation
Landing Page for Green Ecolution
- Host: GitHub
- URL: https://github.com/green-ecolution/project-website
- Owner: green-ecolution
- License: gpl-3.0
- Created: 2024-05-21T21:30:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-19T15:04:30.000Z (5 months ago)
- Last Synced: 2026-01-19T21:05:14.984Z (5 months ago)
- Language: TypeScript
- Homepage: https://green-ecolution.de
- Size: 2.14 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Green Ecolution โ Landing Page
This is the landing page for [Green Ecolution](https://green-ecolution.de), a research project focused on data-driven irrigation of urban trees.
## About the Project
Green Ecolution is a collaboration between the University of Applied Sciences Flensburg and the Technisches Betriebszentrum Flensburg (TBZ). The project uses sensor technology, data analysis, and digital route planning to optimize tree irrigation โ saving water and resources in urban environments.
The system is currently being developed towards production readiness for real-world deployment.
## Tech Stack
- [Vite](https://vitejs.dev/) + [React](https://react.dev/) + [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- Deployed via GitHub Actions + Helm to Kubernetes
## Development
```bash
pnpm install
pnpm dev
```
The site runs on http://localhost:5173
## Build
```bash
pnpm build
```
## Contact
[info@green-ecolution.de](mailto:info@green-ecolution.de) ยท [GitHub Organization](https://github.com/green-ecolution)