jmacura 3 лет назад
Родитель
Сommit
2f96b475cf
1 измененных файлов с 7 добавлено и 12 удалено
  1. 7 12
      README.md

+ 7 - 12
README.md

@@ -1,22 +1,18 @@
-# template-hslayers
+# irrigation-management
 
-This is a project template for [HSLayers-NG](https://ng.hslayers.org/) "full" apps. It lives at https://github.com/jmacura/template-hslayers.
+**Irrigation management** project was created during the [Agrihub INSPIRE Hackathon 2021](https://www.plan4all.eu/inspire-hackathon/agrihub-inspire-hackathon-2021/).
 
-To create a new project based on this template use degit:
+As of now, this repository is nothing but a dump of mockup files for something which might become an application one day.
 
-```
-npx degit jmacura/template-hslayers hslayers-app
-cd hslayers-app
-```
+## Get started
 
 *Note that you will need to have [Node.js](nodejs.org) installed.*
 
-## Get started
-
 Install the dependencies...
 
 ```
-cd hslayers-app
+git clone https://git.lesprojekt.cz/jmacura/irrigation-management.git
+cd irrigation-management
 npm install
 ```
 
@@ -28,6 +24,5 @@ npm install
 npm run dev
 ```
 
-Navigate to localhost:4200. You should see your app running. Edit a component file in src, save it, and the page should reload with your changes.
+Navigate to localhost:4200. You should see the app running.
 
-Idea for this project template was taken from https://github.com/sveltejs/template-webpack. Kudos to its authors.