This repository contains the source code for the California State Web Template in .NET Core MVC. The template is designed to help state agencies create accessible, user-friendly, and consistent websites that follow the California Web Design System.
- Visual Studio 2022 (17.14+) or newer, or the .NET CLI
- .NET SDK 10.0 (or newer compatible SDK)
- Optional:
dotnet dev-certs https --trustfor local HTTPS development
- Clone or download this repository to your local machine.
- Open the solution file (California-State-Template-MVC.sln) in Visual Studio.
- Restore and build in the IDE or use commands:
dotnet restoredotnet build California-State-Template-MVC.sln
- Run the web app through the IDE or use commands:
dotnet run --project California-State-Template-MVC/California-State-Template-MVC.csproj
- Explore the template and customize it as you wish.
For more information on how to use and modify the template, please visit https://webstandards.ca.gov/ for more resources and guidance on the California State Web Template.