test this

This commit is contained in:
2025-06-17 19:16:56 +02:00
parent 2dd714bdd2
commit 7d4e5b226f
6 changed files with 20 additions and 399 deletions

6
rundev.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
npm install
npm run build
PORT=8080 npm start &
echo "server running on port 8080"
wait