No description
.vscode | ||
csharp/SVGLDLibs | ||
docs | ||
public | ||
src | ||
test-server | ||
.drone.yml | ||
.env.development | ||
.env.production | ||
.env.test | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitattributes | ||
.gitignore | ||
azure-pipelines.yml | ||
CONTRIBUTING.md | ||
index.html | ||
package-lock.json | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.cjs | ||
README.md | ||
RELEASING.md | ||
tailwind.config.cjs | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts | ||
vitest.config.ts |
SVG Layout Designer React
An svg layout designer.
Getting Started
Install these dependancies :
node
>= 18.xdotnet
>= 6.x (optional) used for api testgit-lfs
(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