From 89b0474bc48314b5fb332b5754b895ef0a76f94f Mon Sep 17 00:00:00 2001 From: Mathis Burger Date: Mon, 24 Mar 2025 22:17:29 +0100 Subject: [PATCH 1/2] chore: Updated README a little bit --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index b5ec83d..345141c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
A simple webapp built to make math homework easier

- +
@@ -27,12 +27,3 @@ Everyone who wants to contribute to this project is allowed to do so. Just fork The master branch is hosted as github-pages webpage. This requires some extra configuration and parsing. That happens in the `fix-typos.js`. This file makes the svelte kit build output compatible with github pages. If you want to host your app on github-pages you have to copy this configurations and scripts to make the application function properly. The extra configuration is not required, if you want to host your application on an external webserver. You just need to copy the build output into the documentroot of your webserver. - -# Techstack - -The techstack of MathOnWeb is not very large, because it is only an webapp without any server or other things.
-svelte => 3.44.0
-svelte/kit => 1.0.0-next.195
-prettier => 2.2.1
-typescript => 4.0.0
-compiler => ES2020 From 607dbf2f328fa0bbb02958cbf625ce906276374c Mon Sep 17 00:00:00 2001 From: Mathis Burger Date: Tue, 25 Mar 2025 10:04:01 +0100 Subject: [PATCH 2/2] feat: Updated documentation to talk about svelte dependencies --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 345141c..ef2b67d 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,9 @@ Everyone who wants to contribute to this project is allowed to do so. Just fork The master branch is hosted as github-pages webpage. This requires some extra configuration and parsing. That happens in the `fix-typos.js`. This file makes the svelte kit build output compatible with github pages. If you want to host your app on github-pages you have to copy this configurations and scripts to make the application function properly. The extra configuration is not required, if you want to host your application on an external webserver. You just need to copy the build output into the documentroot of your webserver. + +# Svelte dependencies + +I decided to stay legacy with this project. There will be no future upgrades of svelte. I like the early day structure and because it is only a simple frontend +I will not need any of the new features that svelte offers in the newer versions. Therefore I will stay with the old depdencies and only ship new functionality, but no more upgrades of the +framework itself.