From fc06afaa1eac517652e1dcea8fde45a484ebd814 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 30 Jun 2024 20:08:13 -0600 Subject: [PATCH] feat: add example apps --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d6381ad..7e3a8cc 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,14 @@ --- This repository contains examples of how to deploy applications using Dokploy. - -- Django -- Flask -- FastAPI -- React(coming soon) -- NextJS(coming soon) \ No newline at end of file +- [x] Django +- [x] Flask +- [x] Lit +- [x] NextJS +- [x] Preact +- [x] Qwik +- [x] Remix +- [x] SolidJS +- [x] Svelte +- [x] Vite +- [x] VueJS