svg-layout-designer-react/README.md
2022-11-21 16:44:40 +01:00

27 lines
No EOL
763 B
Markdown

# 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)