Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
28 lines (23 loc) · 270 Bytes

README.md

File metadata and controls

executable file
·
28 lines (23 loc) · 270 Bytes

Start Frontend

cd frontend
yarn serve

Start Backend Server

cd backend
npm run server

Start Matchmaking Server

cd backend
npm run match

Start Result Processing Server

cd backend
npm run process