git clone https://github.com/wieslawsoltes/Spline.git
cd Spline
dotnet restore Spline.slnx
dotnet build Spline.slnx
dotnet run --project samples/DemoSpline/DemoSpline.csproj
dotnet pack src/Spline/Spline.csproj -c Release -o artifacts/packages
This produces both .nupkg and .snupkg outputs under artifacts/packages.
bash ./check-docs.sh
This builds the Lunet site, runs repository-specific checks, and validates the generated API documentation.