Merged in bugfix/update-readme-file (pull request #72)

docs(readme): update readme file

* docs(readme): update readme file


Approved-by: Paulo Veiga
This commit is contained in:
Clément CREUSAT 2023-06-30 13:13:29 +00:00 committed by Paulo Veiga
parent 6c41beb45e
commit 3775202d7f

View File

@ -4,9 +4,9 @@ WiseMapping Frond End is part of the [MindMap Open Source Project](http://www.wi
WiseMapping Front extracts all the UI related aspects in this repository. You will find three major modules:
* Web2D: Lighway abstraction over SVG for chart renderding.
* Mindplot: Pure vanilla ES6 classes responsible for providing mindmap rendering and edition capabilities.
* Webapp: REACT application that encompass the whole midnmap edition experience.
- Web2D: Lighway abstraction over SVG for chart renderding.
- Mindplot: Pure vanilla ES6 classes responsible for providing mindmap rendering and edition capabilities.
- Webapp: REACT application that encompass the whole midnmap edition experience.
## Getting started
@ -15,7 +15,6 @@ Make sure you have NodeJs installed (version compatible with `package.json` engi
```
nvm use
yarn install
yarn bootstrap
```
Please refer to each package's Readme.md for anything specific to the package.