Merged PR 211: Add csharp classes to SVGLayoutDesigner and add tests
This commit is contained in:
parent
24e47ae240
commit
f74af69291
40 changed files with 1346 additions and 13 deletions
10
README.md
10
README.md
|
@ -10,12 +10,12 @@ An svg layout designer.
|
|||
|
||||
# Getting Started
|
||||
|
||||
Requierements :
|
||||
- NodeJS
|
||||
- npm
|
||||
- Chrome > 98
|
||||
- pnpm (optional but recommanded unless you prefer having a huge `node_modules` directory)
|
||||
Requirements :
|
||||
- `node` >= 16.x (>= 17.x to run vitest tests)
|
||||
- `npm`
|
||||
- pnpm (optional) reduce `node_modules` folder size by using symlinks
|
||||
- [`git-lfs`](https://git-lfs.github.com/) (in order to clone the documentation)
|
||||
- `dotnet` (optional) used for api test
|
||||
|
||||
# Developping
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue