Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 353 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 353 Bytes

Description

Authentication using passport-steam with Nest framework TypeScript.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

MIT licensed.