Added check on correct setup of the environment

This commit is contained in:
Davide Passoni
2024-02-19 15:34:39 +01:00
parent bc6c70928f
commit 4efd48c4b9
12 changed files with 40 additions and 20 deletions

14
frontend/setup.bat Normal file
View File

@@ -0,0 +1,14 @@
cd website
call npm install
call npm install -g watchify babelify tsify
cd ..
cd server
call npm install
cd ..
cd . > setup