Battleship Broker is a message broker that orchestrates Battleship Online matches.
- NodeJS
- npm install
- Add .env-cmdrc file into the project directory.
{
"dev": {
"PORT": "3000"
},
"prod": {
}
}
- Open an issue describing your contribution
- Fork, build, test, and submit your PR