Things on the internet that we eat.
You can load your own recipes from a Google Sheet:
-
Start a new spreadsheet, then add
type
,name
,link
andnotes
column headings to a sheet named "Recipes" (column order doesn't matter, but column heading & sheet name spelling & casing do). -
Get the
SPREADSHEET_ID
from the url:https://docs.google.com/spreadsheets/d/SPREADSHEET_ID/edit
. -
Voila:
https://colinrobertbrooks.github.io/recipes?spreadsheetId=SPREADSHEET_ID&key=KEY
.
$ npm install
$ npm start
$ npm run validate
$ npm run build
$ npm run deploy
This project was bootstrapped with Create React App and TypeScript.