serverless/docs/getting-started.md
David Wells f648159f88 Merge pull request #4154 from arapulido/add_docs_kubeless_provider
Added Kubeless provider documentation
2017-08-29 23:28:13 -07:00

3.2 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.

Choose your compute provider