added devenv setup file
This commit is contained in:
7
setup-devenv.sh
Executable file
7
setup-devenv.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
sudo apt update
|
||||
sudo apt install haxe -y
|
||||
haxelib --global install hmm
|
||||
haxelib --global run hmm setup
|
||||
cd app
|
||||
yarn install
|
||||
hmm install
|
||||
Reference in New Issue
Block a user