Use these commands to verify the repository end to end.
dotnet build Spline.slnx
dotnet test Spline.slnx
dotnet pack src/Spline/Spline.csproj -c Release -o artifacts/packages
bash ./check-docs.sh
dotnet run --project samples/DemoSpline/DemoSpline.csproj
Use the sample app to check editing gestures, freehand tracing, rendering, and tuner behavior against your library changes.