Skip to content
Snippets Groups Projects
Commit 725cccfe authored by Abdulhasib's avatar Abdulhasib
Browse files

Update README.md

In Readme how to run ist geschrieben.
parent 925ba2d6
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment