|
|
há 3 anos atrás | |
|---|---|---|
| src | há 3 anos atrás | |
| test | há 3 anos atrás | |
| .browserslistrc | há 3 anos atrás | |
| .gitignore | há 3 anos atrás | |
| LICENSE | há 3 anos atrás | |
| README.md | há 3 anos atrás | |
| angular.json | há 3 anos atrás | |
| custom-webpack.config.js | há 3 anos atrás | |
| karma.conf.js | há 3 anos atrás | |
| package-lock.json | há 3 anos atrás | |
| package.json | há 3 anos atrás | |
| tsconfig.app.json | há 3 anos atrás | |
| tsconfig.json | há 3 anos atrás | |
| tsconfig.spec.json | há 3 anos atrás |
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.