cookbook/_data/recipes/mac-and-cheese.json

30 lines
1.2 KiB
JSON

{
"$schema": "../../recipe.schema.json",
"title": "3 Ingredient Macaroni and Cheese",
"description": "A super easy to make macaroni and cheese that only uses 3 ingredients!",
"author": {
"username": "jakew",
"tilde": "https://southlondon.cc/"
},
"date": "2022-01-17",
"ingredients": [
"227g Elbow Macaroni",
"Salt",
"237ml Double Cream",
"225g Grated Cheddar Cheese"
],
"instructions": [
"Bring a large pot of salted water to a boil.",
"Stir in the macaroni and cook, stirring frequently at the beginning, until al dente, about 1 minute shy of what the package directions suggest.",
"Dump the macaroni into a colander placed in the sink to drain.",
"While the macaroni drains, place the pot back on the stovetop over low heat. Add the double cream and then the cheese. Stir, increasing the heat slightly as you need to in order to speed things along, until the cheese melts into a sauce, 3 to 5 minutes.",
"Add the pasta to the sauce and stir enthusiastically until the sauce thickens and clings to each noodle, 1 to 2 minutes. Serve immediately."
],
"source": "https://leitesculinaria.com/136011/recipes-3-ingredient-macaroni-cheese.html",
"servings": 4,
"timings": {
"prep": 5,
"cook": 15
}
}