initial commit

This commit is contained in:
Alireza Ahmadi
2024-02-13 01:17:03 +01:00
commit f40b27fd8b
136 changed files with 16023 additions and 0 deletions
Executable
+13
View File
@@ -0,0 +1,13 @@
#!/bin/sh
cd frontend
npm run build
cd ..
cd backend
echo "Backend"
rm -fr web/html/*
cp -R ../frontend/dist/ web/html/
go build -o ../sui main.go