Hi @Hannah, execute the followinf commands:
# Create a new Serverless service/project
$ serverless
# Change into the newly created directory
$ cd your-service-name
You need to have a yml file(eg. serverless.yml) to deploy your serverless service. To deploy your service just use the following command
serverless deploy -v