1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 20:52:42 +01:00
server/start.sh

4 lines
69 B
Bash
Raw Normal View History

cd bundle
npm install
npm start
read -rsp $'Press enter to exit...\n'