Bez popisu

jmacura 74c2ff7533 📝 update README před 3 roky
src 28bbd8e0a4 💄 improve UI styles před 3 roky
test ce71a667d6 🎉 init project před 3 roky
.browserslistrc ce71a667d6 🎉 init project před 3 roky
.editorconfig 02f3f901be 🔧 add EditorConfig před 3 roky
.eslintrc.json 34e5ef251e 🔧 add ESLint před 3 roky
.gitignore ce71a667d6 🎉 init project před 3 roky
LICENSE ce71a667d6 🎉 init project před 3 roky
README.md 74c2ff7533 📝 update README před 3 roky
angular.json b59977be46 ⬆️ upgrade to hslayers-ng@7 před 3 roky
custom-webpack.config.js ce71a667d6 🎉 init project před 3 roky
karma.conf.js ce71a667d6 🎉 init project před 3 roky
package-lock.json 909c1116a5 ⬆️ upgrade dev dependencies před 3 roky
package.json 34e5ef251e 🔧 add ESLint před 3 roky
tsconfig.app.json ce71a667d6 🎉 init project před 3 roky
tsconfig.json ce71a667d6 🎉 init project před 3 roky
tsconfig.spec.json ce71a667d6 🎉 init project před 3 roky

README.md

irrigation-management

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

The project is in a preliminary experimental proof-of-concept stage.

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.