Prerequisites
- Git (for getting a copy of the source code and contributing changes)
- .NET 10 SDK (for building and running the C#/.NET web application)
Node.js (for building web artefacts: (S)CSS, JS, etc.)- IDE/Editor of choice (e.g., Visual Studio, Visual Studio Code, JetBrains Rider, etc.)
- Docker Desktop (for development time hosting of dependencies)
Clone the repository
git clone https://github.com/DFE-Digital/check-performance-dataBuild the C#/.NET solution
dotnet buildConfirm tests are passing locally
dotnet testdocker compose up --build -d