Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 506 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 506 Bytes

Self Hosted Api Trader Game Backend

Description

A self hostable instance of a yet unnamed city building and resource trading game.

Running it

TODO. Docker compose setup

Development

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov