Aucune description

jmacura 02f3f901be 🔧 add EditorConfig il y a 3 ans
src 017c3be2c8 🚧 create irrigation service il y a 3 ans
test ce71a667d6 🎉 init project il y a 3 ans
.browserslistrc ce71a667d6 🎉 init project il y a 3 ans
.editorconfig 02f3f901be 🔧 add EditorConfig il y a 3 ans
.gitignore ce71a667d6 🎉 init project il y a 3 ans
LICENSE ce71a667d6 🎉 init project il y a 3 ans
README.md 2f96b475cf 📝 update README il y a 3 ans
angular.json b59977be46 ⬆️ upgrade to hslayers-ng@7 il y a 3 ans
custom-webpack.config.js ce71a667d6 🎉 init project il y a 3 ans
karma.conf.js ce71a667d6 🎉 init project il y a 3 ans
package-lock.json b59977be46 ⬆️ upgrade to hslayers-ng@7 il y a 3 ans
package.json b59977be46 ⬆️ upgrade to hslayers-ng@7 il y a 3 ans
tsconfig.app.json ce71a667d6 🎉 init project il y a 3 ans
tsconfig.json ce71a667d6 🎉 init project il y a 3 ans
tsconfig.spec.json ce71a667d6 🎉 init project il y a 3 ans

README.md

irrigation-management

Irrigation management project was created during the Agrihub INSPIRE Hackathon 2021.

As of now, this repository is nothing but a dump of mockup files for something which might become an application one day.

Get started

Note that you will need to have Node.js installed.

Install the dependencies...

git clone https://git.lesprojekt.cz/jmacura/irrigation-management.git
cd irrigation-management
npm install

Note that if you have npm < 7 you need to intall peer-dependencies manually.

...then start Angular dev server:

npm run dev

Navigate to localhost:4200. You should see the app running.