This section assumes you already have Meteor installed. If not, you can find how to do it here.
Since recipe is the main resource of Meteor, we first need to create it before anything else.
touch sample-recipe.yaml
Then edit the recipe file using this guide.
Once we have a recipe. We can easily run it using below command.
meteor run sample-recipe.yaml
This will run the recipe using its details. More information about the command can be found here.