Bez popisu

jmacura bffbeb2496 ✨ add current water level WMS před 3 roky
src bffbeb2496 ✨ add current water level WMS 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 2f96b475cf 📝 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 34e5ef251e 🔧 add ESLint 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.

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.