Skip to content

oddx-team/odd-game-server

Repository files navigation

Made in Vietnam

Odd Game Server

Quick Start

  • Install Node.js and NPM, Docker, Docker Compose.
  • Run docker-compose up to run MongoDB service.
  • Run npm install to install dependencies.
  • Run npm run dev at the top-level.

Workflow

Branch naming:

  • Feature: feature/add-new-button
  • Hotfix: hotfix/fix-bug-abc
  • Improvement: improve/improve-button-abc

Commits:

  • Commit should not capitalize first character, example: migrate to hooks