|
|
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.
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.