serverless/docs/getting-started.md
Adam Jones cad5a689c8
Update getting started page
Made two changes:

1. Improves link hitboxes by having the `a` tag wrap the whole `docsSection` instead of just the image and title. Currently hovering over the `docsSection` makes it change colour, but not actually become clickable which I thought was weird behavior.
2. Orders `menuItem`s in same order as main page content.
2019-03-03 21:36:21 +00:00

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 install -g serverless

Next up, it's time to choose where you'd like your serverless service to run.

Choose your compute provider