diff --git a/README.md b/README.md index 8c095d3..604035b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,18 @@ # Flowchart Editor +Flowchart editor implemented using Angular. +### How to test it ? +- clone the repository +- npm install +- ng serve +### Create your first flowchart: + +- When you click on the needed shape it appears in the box. +- You can drag shapes wherever you want. +- To create an edge between two shapes you need to double click on them. +- To modify the text inside the shape you need to double click on it then click on the edit icon above. +- To add text to the edge you need to double click on it. +- To delete a shape you need to double click on it then click on the delete icon.