mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
4.6 KiB
4.6 KiB
Getting Started with Serverless
First things first, let's get the Serverless framework installed on your machine.
# Installing the serverless cli
npm install -g serverless
# Updating serverless from a previous version of serverless
npm update -g serverless
Next up, it's time to choose where you'd like your serverless service to run.