Realtime arena server-side for https://github.com/insthync/unity-tbrpg-realtime-arena
- Must have Node.js installed.
- Clone this repository.
- Install project's packages, by use
cmd
orterminal
(or other) change directory toproject
folder then usenpm install
. - Change
SERVICE_URL
config indevelopment.env
to URL for the rpg-php-service - Use command
npm run start
to start server