Brak opisu

jmacura 8d4cfb8536 💄 change default view and zoom level 3 lat temu
src 8d4cfb8536 💄 change default view and zoom level 3 lat temu
test ce71a667d6 🎉 init project 3 lat temu
.browserslistrc ce71a667d6 🎉 init project 3 lat temu
.editorconfig 02f3f901be 🔧 add EditorConfig 3 lat temu
.eslintrc.json 34e5ef251e 🔧 add ESLint 3 lat temu
.gitignore ce71a667d6 🎉 init project 3 lat temu
LICENSE ce71a667d6 🎉 init project 3 lat temu
README.md 2f96b475cf 📝 update README 3 lat temu
angular.json b59977be46 ⬆️ upgrade to hslayers-ng@7 3 lat temu
custom-webpack.config.js ce71a667d6 🎉 init project 3 lat temu
karma.conf.js ce71a667d6 🎉 init project 3 lat temu
package-lock.json 34e5ef251e 🔧 add ESLint 3 lat temu
package.json 34e5ef251e 🔧 add ESLint 3 lat temu
tsconfig.app.json ce71a667d6 🎉 init project 3 lat temu
tsconfig.json ce71a667d6 🎉 init project 3 lat temu
tsconfig.spec.json ce71a667d6 🎉 init project 3 lat temu

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.