27 lines
No EOL
763 B
Markdown
27 lines
No EOL
763 B
Markdown
# SVG Layout Designer React
|
|
|
|
[](https://dev.azure.com/techformsa/SmartConfigurator/_build/latest?definitionId=9&branchName=master)
|
|
|
|
An svg layout designer.
|
|
|
|
|
|
# Getting Started
|
|
|
|
Install these dependancies :
|
|
|
|
- [`node`](https://nodejs.org/en/) >= 18.x
|
|
- [`dotnet`](https://dotnet.microsoft.com/en-us/download/visual-studio-sdks) >= 6.x (optional) used for api test
|
|
- [`git-lfs`](https://git-lfs.github.com/) (in order to clone the documentation)
|
|
|
|
# Test the project
|
|
|
|
Test the project with these commands :
|
|
|
|
```
|
|
npm i
|
|
npm run dev
|
|
```
|
|
|
|
# Contributing
|
|
|
|
If you want to contribute to the project, please read [CONTRIBUTING.md](CONTRIBUTING.md) |