|
|
hace 3 años | |
|---|---|---|
| src | hace 3 años | |
| test | hace 3 años | |
| .browserslistrc | hace 3 años | |
| .editorconfig | hace 3 años | |
| .eslintrc.json | hace 3 años | |
| .gitignore | hace 3 años | |
| LICENSE | hace 3 años | |
| README.md | hace 3 años | |
| angular.json | hace 3 años | |
| custom-webpack.config.js | hace 3 años | |
| karma.conf.js | hace 3 años | |
| package-lock.json | hace 3 años | |
| package.json | hace 3 años | |
| tsconfig.app.json | hace 3 años | |
| tsconfig.json | hace 3 años | |
| tsconfig.spec.json | hace 3 años |
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.
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.