preparing first release

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-12 22:31:31 +02:00
parent 35d9e973f2
commit 09dd21eee8
3 changed files with 42 additions and 2 deletions

11
Svelte/script/svelte-build Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
if [ ! -f "/home/svelte/frontend/vite.config.js" ]; then
npm create -y vite@6 frontend -- --template svelte
else
echo Svelte-Project recognized, starting…
fi
cd frontend
npm install
npm run build