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