diff --git a/docs/src/components/ChallengeFooter.astro b/docs/src/components/ChallengeFooter.astro index f73bcd0..154b10c 100644 --- a/docs/src/components/ChallengeFooter.astro +++ b/docs/src/components/ChallengeFooter.astro @@ -7,14 +7,19 @@ const authorLink = `https://github.com/tomalaforge/angular-challenges/pulls?q=la const authorDescription = `${title} solution author`; const communityLink = `https://github.com/tomalaforge/angular-challenges/pulls?q=label%3A${challengeNumber}+label%3Aanswer`; const communityDescription = `${title} community solutions`; - +const npxCommand = `npx nx serve ${command}`; ---
{command && +

Start the project by running: {npxCommand} + + + Copy + +

}