For innovation day
npm install yarn -g
yarn installFirst build the distribution for client:
npm run buildOr, for development, use watch-and-build:
npm run devThen start the servers (client distribution and game server together):
npm startInstall tools
npm install pm2 -gStart server. Both the client content distribution server and the backend server will be hosted by pm2.
npm run pm2-startStop server
npm run pm2-stop