Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 375 Bytes

File metadata and controls

27 lines (17 loc) · 375 Bytes

NestJS on DigitalOcean

See above how to develop and deploy to DigitalOcean.

Development

First, install the libraries with:

npm i

Then, to test locally, run:

npm run start:debug

Deployment

You must run:

npm run deploy

With this command it will compile, zip all node_modules and then update the function with its zip file.