# Getting Started with Serverless First things first, lets get the serverless framework installed on your machine. ```bash # Installing the serverless cli npm install serverless -g ``` ## Choose your compute provider