added devenv setup file

This commit is contained in:
Andreas Schaafsma 2022-01-14 18:19:13 +00:00
parent def29b75a7
commit b3d759b8f7

7
setup-devenv.sh Executable file
View 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