From e57d463dbcb3e5a8828f71adace3df2cadfca256 Mon Sep 17 00:00:00 2001 From: Tom Laird-McConnell Date: Fri, 6 Sep 2024 09:28:47 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a8707d3..4dda9699 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ If you know ASP.NET then Crazor will feel crazy familiar and powerful to you. * **Built-in Card hosting** - Your **card application** is also hosted automatically in your web site, giving people a normal HTTP link they can view and interact with the card. # Documentation -* [Powerpoint presentation](https://1drv.ms/p/s!AhIvzvgnUciNo-FmpYvku_aA5yiV7w?e=dox5rs) - +* [Demo site](https://crazordemo.azurewebsites.net) + ## Quick Start * [Quick Start](docs/Blazor/QuickStart.md) - Quick start to creating a new Crazor.Blazor App Server @@ -39,6 +39,7 @@ If you know ASP.NET then Crazor will feel crazy familiar and powerful to you. ## Concepts +* [Powerpoint presentation](https://1drv.ms/p/s!AhIvzvgnUciNo-FmpYvku_aA5yiV7w?e=dox5rs) * [Architecture](docs/Architecture.md) - Describes overall structure of **Crazor** **application** * [Card Apps](docs/CardApp.md) - How to create a **CardApp** class to define state and operations against state. * [Card Views](docs/CardView.md) - General information about Card Views