|
|
il y a 3 ans | |
|---|---|---|
| src | il y a 3 ans | |
| test | il y a 3 ans | |
| .browserslistrc | il y a 3 ans | |
| .gitignore | il y a 3 ans | |
| LICENSE | il y a 3 ans | |
| README.md | il y a 3 ans | |
| angular.json | il y a 3 ans | |
| custom-webpack.config.js | il y a 3 ans | |
| karma.conf.js | il y a 3 ans | |
| package-lock.json | il y a 3 ans | |
| package.json | il y a 3 ans | |
| tsconfig.app.json | il y a 3 ans | |
| tsconfig.json | il y a 3 ans | |
| tsconfig.spec.json | il y a 3 ans |
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.