From 4e5a94b53d80f3251e050d51bdee3c40c80e8fb5 Mon Sep 17 00:00:00 2001 From: Henri Date: Fri, 21 Nov 2025 04:00:51 +0200 Subject: [PATCH] development README --- src/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/README.md b/src/README.md index 95169c8..df4450b 100644 --- a/src/README.md +++ b/src/README.md @@ -2,12 +2,15 @@ > [!TIP] > Don't take anything here too seriously and have fun experimenting! -> You're here to learn after all :) +> +> > You're here to learn after all :) Running `npm run dev` starts a local development server with hot reloading (so you can see changes immediately as you edit files) > [!WARNING] -> This project uses custom router in `lib/Router.svelte` DO NOT TOUCH unless you know what you're doing! If you want to tinker, then do. When it breaks it just doesnt load any pages +> This project uses custom router in `lib/Router.svelte` +> +> > DO NOT TOUCH unless you know what you're doing! If you want to tinker, then do. When it breaks it just doesnt load any pages ## Styling