This repository contains source code for the ScottPlot Website (ScottPlot.NET)
ScottPlot source code is located in the ScottPlot repository
-
SiteBuilder is a C# console application that builds the website. It uses the Statix package to convert Markdown to HTML pages based on template.html.
-
build.bat rebuilds the site with local URLs (http://localhost:8080)
-
serve.bat serves the local site using Docker
-
The website is automatically built and deployed using GitHub actions