Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 585 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 585 Bytes

H-orizon

H-orizon's team submission for Nasa Space Apps Challenge 2024, Venice (H-farm) local event. The project analyzes extreme weather data and suggests crops for farmers to plant on their fields. Find out more

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build