First shot

This commit is contained in:
2025-07-07 03:51:37 +02:00
parent 6ad505a422
commit 9b8f36aeed
5 changed files with 1289 additions and 0 deletions

10
run.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
cd $(dirname "${0}")
if [ ! -f build/index.js ]; then
npm i
npm run build
fi
node build/index.js