From ffae995bf73825a31e0f6800f9a3a632c05ee690 Mon Sep 17 00:00:00 2001
From: "Joe T.S" <thunyathep.santhanavanich@hft-stuttgart.de>
Date: Thu, 3 Mar 2022 17:40:47 +0000
Subject: [PATCH] Update README.md

---
 README.md | 34 +++++++++++++---------------------
 1 file changed, 13 insertions(+), 21 deletions(-)

diff --git a/README.md b/README.md
index a1e88ea..92b4cab 100644
--- a/README.md
+++ b/README.md
@@ -1,32 +1,24 @@
 
-
 ---
 
-Example plain HTML site using GitLab Pages.
+# EnSysLE Application
 
-Learn more about GitLab Pages at https://pages.gitlab.io and the official
-documentation https://docs.gitlab.com/ce/user/project/pages/.
+This application use 3D virtual city models to visualize and simulate energy supply scenarios in exemplary counties as well as of the electricity and heat system at the federal level in order to derive an assessment of selected forms of market organisation and regulation.
 
----
+<img src="https://ugl.hft-stuttgart.de/imgs/thumbnails/ensysle.jpg"  width="500">
+
+## A Workflow to simulate the Ground-mounted PV Plants (Free-field PV)
 
-## GitLab CI
+<img src="https://transfer.hft-stuttgart.de/pages/ensysle/application/img/workflow.png"  width="500">
 
-This project's static Pages are built by [GitLab CI][ci], following the steps
-defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
+
+#### Local Test:
 
 ```
-variables:
-  EXPORT_DIR: "/var/www/html/pages"
-
-pages-master:
-  stage: deploy
-  script:
-    - mkdir "$EXPORT_DIR/$CI_PROJECT_NAME"	
-    - cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
-  tags: 
-    - production
-  only: 
-    - master
+python -m http.server 8080
 ```
 
-The above example expects to put all your HTML files in the `public/` directory.
+#### Live Application:
+```
+https://transfer.hft-stuttgart.de/pages/ensysle/application/index.html
+```
-- 
GitLab