|
|
пре 3 година | |
|---|---|---|
| src | пре 3 година | |
| test | пре 3 година | |
| .browserslistrc | пре 3 година | |
| .editorconfig | пре 3 година | |
| .eslintrc.json | пре 3 година | |
| .gitignore | пре 3 година | |
| LICENSE | пре 3 година | |
| README.md | пре 3 година | |
| angular.json | пре 3 година | |
| custom-webpack.config.js | пре 3 година | |
| karma.conf.js | пре 3 година | |
| package-lock.json | пре 3 година | |
| package.json | пре 3 година | |
| tsconfig.app.json | пре 3 година | |
| tsconfig.json | пре 3 година | |
| tsconfig.spec.json | пре 3 година |
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.
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.