Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.27 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.27 KB

This is a Next.js project bootstrapped with create-next-app.

Check it out live on https://beginner.recipes.

Some recipes:

The recipes are backed by a Google Spreadsheet. The examples above use this spreadsheet.

You can create your own recipe spreadsheet based on the one above and make the app show its recipes by crafting your URL using the following pattern:

https://beginner.recipes/recipe/:spreadsheetId/:sheetId

In the examples above, :spreadsheetId is 1bYA5NIfIFGe9cu6SDX9hucmnpip7AnyVkBdzmJwK_FM and :sheetId is 1 and 2, respectively.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Storybook

Storybook is a great tool for developing React components.

Run Storybook and start fiddling with the code.

yarn storybook