mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added check on correct setup of the environment
This commit is contained in:
14
frontend/setup.bat
Normal file
14
frontend/setup.bat
Normal 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
|
||||
Reference in New Issue
Block a user