Skip to content

Files

Latest commit

62a4f49 · Aug 28, 2021

History

History
9 lines (8 loc) · 519 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 519 Bytes

tbrpg-realtime-arena-server

Realtime arena server-side for https://github.com/insthync/unity-tbrpg-realtime-arena

Getting started

  • Must have Node.js installed.
  • Clone this repository.
  • Install project's packages, by use cmd or terminal (or other) change directory to project folder then use npm install.
  • Change SERVICE_URL config in development.env to URL for the rpg-php-service
  • Use command npm run start to start server