Skip to content

orsa-scholis/orsum-inflandi

Repository files navigation

image

Orsum Inflandi

Maintainability License Repo size DeepScan grade Reviewed by Hound BCH compliance Backend CI Status Ruby CLI CI Status

Unnecessarily complicated and over-engineered 4 in a row game built with a Kotlin server and React/TypeScript client server

CLI Usage

cli/app COMMAND [OPTIONS]

Available commands:

Start
Usage:
  cli/app start

Options:
  [--backend], [--no-backend]              # Default: true
  [--frontend], [--no-frontend]            # Default: true
  [--force-build], [--no-force-build]      
  [--dev], [--no-dev]                      # Default: false
  [--dual-frontend], [--no-dual-frontend]  # Default: false

Start the app or a part of it
Help
Usage:
  cli/app help [COMMAND]

Describe available commands or one specific command
Mock
Usage:
  app mock

Options:
  [--port=N]  # Default: 4560

Start a dummy mock server to test frontend