Add demo-alarms to documentation
Some checks failed
Gitea Actions Deploy / deploy (push) Has been cancelled

- Add live demo section in Quick Start
- Add Alert System demo to source code list
- Include links to live demo and repository
This commit is contained in:
Andros Fenollosa
2025-12-09 08:48:18 +01:00
parent 6f5288c8b0
commit e43cf0e32f

View File

@@ -2578,6 +2578,12 @@ That's it! Click the button and see real-time updates. 🎉
Congratulations! You have created your first real-time SPA using Django LiveView.
** Live Demo
Want to see Django LiveView in action? Check out our [[https://django-liveview-demo.andros.dev/][live demo]] showcasing a real-time alert system with WebSocket communication, form validation, and broadcast notifications.
The source code is available at [[https://github.com/Django-LiveView/demo-alarms][GitHub]].
* Source code
:PROPERTIES:
:ONE: one-custom-default-page
@@ -2595,6 +2601,7 @@ You can find all the source code in the following repositories:
- [[https://github.com/Django-LiveView/starter-template][Starter]]: Check all the features of Django LiveView
- [[https://github.com/Django-LiveView/minimal-template][Minimal]]: The minimal template to get started
- Demos
- [[https://github.com/Django-LiveView/demo-alarms][Alert System]]: Real-time alert system with WebSocket communication ([[https://django-liveview-demo.andros.dev/][live demo]])
- [[https://github.com/Django-LiveView/demo-snake][Snake]]: The classic game of Snake
* Books