Disgn doc: https://docs.google.com/document/d/1WlNtTAagPx1RMfJB8adXuOf8WLFIRRPRd_xc0xR9nWE/edit Auth: https://github.com/3member-crew/game_auth
npm install
npm run dev
npm run dev # starts application with hot reload
npm run build # builds application, distributable files can be found in "dist" folder
# OR
npm run build:win # uses windows as build target
npm run build:mac # uses mac as build target
npm run build:linux # uses linux as build target