forked from mirror/ObjToSchematic
Update and rename helper scripts
This commit is contained in:
parent
87facde6eb
commit
16cc8290c9
3
run_editor.sh
Executable file
3
run_editor.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
cd Editor
|
||||
npm start
|
13
run_install_all.sh
Executable file
13
run_install_all.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Installing Core..."
|
||||
cd Core
|
||||
npm install
|
||||
|
||||
echo "Installing Editor..."
|
||||
cd ../Editor
|
||||
npm install
|
||||
|
||||
echo "Installing Sandbox..."
|
||||
cd ../Sandbox
|
||||
npm install
|
Loading…
Reference in New Issue
Block a user