# SVG Layout Designer React [![Build Status](https://dev.azure.com/techformsa/SmartConfigurator/_apis/build/status/SVGLayoutDesignerReact?branchName=master)](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)