Created
July 7, 2017 14:51
-
-
Save tomdye/d1b74967fe4b1fe39166cca8c44626b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd ./coreaudio | |
| npm install | |
| npm run build | |
| cd ../player | |
| npm install | |
| npm run element | |
| cd ../configs | |
| npm install | |
| npm run jlg-config | |
| npm run woogle-config | |
| cd ../example | |
| npm install | |
| cd ../support | |
| npm install | |
| npm run serve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment