説明なし

jmacura aa1b255549 💄 nicer forecast table 3 年 前
src aa1b255549 💄 nicer forecast table 3 年 前
test ce71a667d6 🎉 init project 3 年 前
.browserslistrc ce71a667d6 🎉 init project 3 年 前
.editorconfig 02f3f901be 🔧 add EditorConfig 3 年 前
.eslintrc.json 34e5ef251e 🔧 add ESLint 3 年 前
.gitignore ce71a667d6 🎉 init project 3 年 前
LICENSE ce71a667d6 🎉 init project 3 年 前
README.md 2f96b475cf 📝 update README 3 年 前
angular.json b59977be46 ⬆️ upgrade to hslayers-ng@7 3 年 前
custom-webpack.config.js ce71a667d6 🎉 init project 3 年 前
karma.conf.js ce71a667d6 🎉 init project 3 年 前
package-lock.json 909c1116a5 ⬆️ upgrade dev dependencies 3 年 前
package.json 34e5ef251e 🔧 add ESLint 3 年 前
tsconfig.app.json ce71a667d6 🎉 init project 3 年 前
tsconfig.json ce71a667d6 🎉 init project 3 年 前
tsconfig.spec.json ce71a667d6 🎉 init project 3 年 前

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.