DCSOlympus/frontend/setup.bat
2024-02-19 15:34:39 +01:00

14 lines
129 B
Batchfile

cd website
call npm install
call npm install -g watchify babelify tsify
cd ..
cd server
call npm install
cd ..
cd . > setup