# docs-dotnet-core-tutorial **Repository Path**: mirrors_cloudfoundry/docs-dotnet-core-tutorial ## Basic Information - **Project Name**: docs-dotnet-core-tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docs-dotnet-core-tutorial This repo contains a tutorial for deploying your first .NET Core app on Cloud Foundry. ## Set up MkDocs To set up MkDocs, follow the steps below: 1. Install Python using your preferred package manager. For example: brew install python3 1. Install MkDocs: pip3 install mkdocs 1. Install the 'material' theme: pip3 install mkdocs-material 1. Install the 'material' theme: pip3 install mkdocs-markdownextradata-plugin ## Preview changes To preview the docs locally, follow the steps below: 1. Run the following command to start MkDocs: mkdocs serve 1. In a browser, navigate to http://127.0.0.1:8000 to preview the docs.