summary refs log tree commit diff
path: root/start.sh
blob: 847359577b0757ebbd0810b22abdf6eb60ede0c0 (plain) (blame)
1
2
3
4
cd bundle
npm install
npm start
read -rsp $'Press enter to exit...\n'