Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rihemebh authored Sep 1, 2022
1 parent e4ca67b commit d785df5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

1 comment on commit d785df5

@vercel
Copy link

@vercel vercel bot commented on d785df5 Sep 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.