Initial commit

This commit is contained in:
Cohee
2023-07-20 20:32:15 +03:00
commit edd41989fd
362 changed files with 76295 additions and 0 deletions

5
Start.bat Normal file
View File

@@ -0,0 +1,5 @@
pushd %~dp0
call npm install --no-audit
node server.js
pause
popd