From 725cccfeba5e2846c9e948ffb306154f16a1d83e Mon Sep 17 00:00:00 2001 From: Abdulhasib <Abdulhasib.reee@gmail.com> Date: Mon, 8 Jun 2020 16:32:26 +0200 Subject: [PATCH] Update README.md In Readme how to run ist geschrieben. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 17fecd8..8c425d9 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,14 @@ Möglichkeit zur Eingabe eigener Bilder und Jsons von Shapes. Am besten dann wenn Andere die Möglichkeit haben das so entstandene Bild mit shapes in ihrer Website einbinden könenn +How to run: + +1. [install elm](https://guide.elm-lang.org/install.html) +2. compile + ```bash + cd www20-projekt-shapepicture-editor + elm make src/ShapePicture_Editor.elm --output public/Main.js + elm reactor + ``` +3. open on localhost:8000/public/index.html +4. open ShapePicture_Editor.elm \ No newline at end of file -- GitLab