Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 329 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 329 Bytes

Pokegame - Battle server

Installation

Install npm dependencies

$ npm install

Set up environment variables

Provide the address of the pokegame/identity-service:

$ export IDENTITY_SERVER='http://identity.pokegame.dev'

Start

$ npm start