Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 373 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 373 Bytes

About

Battleship Broker is a message broker that orchestrates Battleship Online matches.

Requirements

  • NodeJS

Configuration

  1. npm install
  2. Add .env-cmdrc file into the project directory.
{
  "dev": {
    "PORT": "3000"
  },
  "prod": {
  }
}

How to colaborate

  1. Open an issue describing your contribution
  2. Fork, build, test, and submit your PR