Skip to content

colinrobertbrooks/recipes

Repository files navigation

Recipes

Things on the internet that we eat.

Bring Your Own Recipes

You can load your own recipes from a Google Sheet:

  1. Start a new spreadsheet, then add type, name, link and notes column headings to a sheet named "Recipes" (column order doesn't matter, but column heading & sheet name spelling & casing do).

  2. Share using a link & publish to the web.

  3. Get the SPREADSHEET_ID from the url: https://docs.google.com/spreadsheets/d/SPREADSHEET_ID/edit.

  4. Generate a Google Cloud Platform API Key (KEY).

  5. Voila: https://colinrobertbrooks.github.io/recipes?spreadsheetId=SPREADSHEET_ID&key=KEY.

Scripts

Setup

$ npm install

Develop

$ npm start

Test

$ npm run validate

Build

$ npm run build

Deploy

$ npm run deploy

Boilerplate

This project was bootstrapped with Create React App and TypeScript.