We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741d7be commit 7c5553fCopy full SHA for 7c5553f
src/content/docs/index.mdx
@@ -41,6 +41,8 @@ import Testimonial from "~/components/testimonial.astro";
41
42
```bash title="Terminal"
43
dotnet new install Duende.Templates
44
+ dotnet new duende-is -o DuendeIdentityServer
45
+ dotnet run --project DuendeIdentityServer
46
```
47
</Card>
48
<Card title="Demo Server" icon="setting" href="https://demo.duendesoftware.com">
0 commit comments