Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 480 Bytes

File metadata and controls

46 lines (25 loc) · 480 Bytes

Description

Nest framework TypeScript starter repository.

Installation

$ copy .env.example to .env.development.local
$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Docker

# testnet tag
$ git tag v0.1.1-test
$ git push origin --tags

# mainnet tag
$ git tag v0.1.1
$ git push origin --tags