mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
3.3 KiB
3.3 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
# Login to the serverless platform (optional)
serverless login
Serverless follows the Semantic Versioning schema. You can read more about that in our dedicated versioning file.