Description Get payment use stripe Installation $ npm install Running the app # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod Deploy # build command npm install && npm add @nestjs/cli && npm run build # start command node dist/main