From b3418d1f6b48d178d7a40d7d0fdc4251c76cf3e9 Mon Sep 17 00:00:00 2001 From: AJ Matthews Date: Wed, 8 Jul 2026 11:44:54 +0100 Subject: [PATCH 1/2] Added a note about prereqs. --- src/frontend/src/content/docs/get-started/first-app.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/frontend/src/content/docs/get-started/first-app.mdx b/src/frontend/src/content/docs/get-started/first-app.mdx index 44603513f..a2bdee338 100644 --- a/src/frontend/src/content/docs/get-started/first-app.mdx +++ b/src/frontend/src/content/docs/get-started/first-app.mdx @@ -28,6 +28,10 @@ import javascriptDashboardDark from '@assets/get-started/javascript-aspire-dashb This quickstart uses the starter template that generates a C# AppHost. You'll create the solution, review the generated AppHost, and run it locally with Aspire. +:::note[Prerequisites] +Before you run through this quickstart, make sure you've installed the [Prerequisites](/get-started/prerequisites/) and the [Aspire CLI](/get-started/install-cli/). +::: + :::tip[Prefer VS Code?] Install the [Aspire VS Code extension](/get-started/aspire-vscode-extension/) if you want the same path in the editor: create or open the app, run **Aspire: Configure launch.json file**, then press to start the AppHost and open the dashboard. ::: @@ -53,6 +57,10 @@ architecture-beta This quickstart uses the JavaScript starter template, which generates a TypeScript AppHost in `apphost.mts`. You'll create the solution, review the generated TypeScript AppHost, and run it locally with Aspire. +:::note[Prerequisites] +Before you run through this quickstart, make sure you've installed the [Prerequisites](/get-started/prerequisites/) and the [Aspire CLI](/get-started/install-cli/). +::: + :::tip[Prefer VS Code?] Install the [Aspire VS Code extension](/get-started/aspire-vscode-extension/) if you want the same path in the editor: create or open the app, run **Aspire: Configure launch.json file**, then press to start the AppHost and open the dashboard. ::: From 940be9cbbcd535213be18fb35e504307940e3239 Mon Sep 17 00:00:00 2001 From: AJ Matthews Date: Wed, 8 Jul 2026 11:53:53 +0100 Subject: [PATCH 2/2] Fixed the case of 'prerequisites'. --- src/frontend/src/content/docs/get-started/first-app.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/content/docs/get-started/first-app.mdx b/src/frontend/src/content/docs/get-started/first-app.mdx index a2bdee338..81d817ed5 100644 --- a/src/frontend/src/content/docs/get-started/first-app.mdx +++ b/src/frontend/src/content/docs/get-started/first-app.mdx @@ -29,7 +29,7 @@ import javascriptDashboardDark from '@assets/get-started/javascript-aspire-dashb This quickstart uses the starter template that generates a C# AppHost. You'll create the solution, review the generated AppHost, and run it locally with Aspire. :::note[Prerequisites] -Before you run through this quickstart, make sure you've installed the [Prerequisites](/get-started/prerequisites/) and the [Aspire CLI](/get-started/install-cli/). +Before you run through this quickstart, make sure you've installed the [prerequisites](/get-started/prerequisites/) and the [Aspire CLI](/get-started/install-cli/). ::: :::tip[Prefer VS Code?] @@ -58,7 +58,7 @@ architecture-beta This quickstart uses the JavaScript starter template, which generates a TypeScript AppHost in `apphost.mts`. You'll create the solution, review the generated TypeScript AppHost, and run it locally with Aspire. :::note[Prerequisites] -Before you run through this quickstart, make sure you've installed the [Prerequisites](/get-started/prerequisites/) and the [Aspire CLI](/get-started/install-cli/). +Before you run through this quickstart, make sure you've installed the [prerequisites](/get-started/prerequisites/) and the [Aspire CLI](/get-started/install-cli/). ::: :::tip[Prefer VS Code?]