Nest framework TypeScript starter repository.
$ copy .env.example to .env.development.local
$ pnpm install# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod# testnet tag
$ git tag v0.1.1-test
$ git push origin --tags
# mainnet tag
$ git tag v0.1.1
$ git push origin --tags