Skip to content

A list with homemade schnaps and pickled herring made for Snapsakademien's dinners

Notifications You must be signed in to change notification settings

Snapsakademien/snaps-o-sill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snaps-o-sill

A list with homemade schnaps and pickled herring made for Snapsakademien's dinners

How to add recipe

In recept.js add an entry to the recept array with the following format:

{
title: "Name of thing",
group: "B1", // T1,T2,B1,B2
desc: "Long description",
ingredients: "Comma, seperated, ingredients",
imgUrl: "url/to/image.jpg" //snaps.jpg and sill.jpg are to be used as stock images
}

Upload a possible image to the images folder and reference it in the object.