Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 597 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 597 Bytes

Disgn doc: https://docs.google.com/document/d/1WlNtTAagPx1RMfJB8adXuOf8WLFIRRPRd_xc0xR9nWE/edit Auth: https://github.com/3member-crew/game_auth

Install dependencies ⏬

npm install

Start developing ⚒️

npm run dev

Additional Commands

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