dan-kwiat / kitchen-recipes

Home Page:kitchen-recipes-worthwhile.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kitchen Recipes

This would just be a repository of Markdown files but GitHub doesn't render dynamic checkboxes. So this is a React application built with Next.js which does it's own Markdown conversion using MDX.

The content is in recipes. It's mostly still Markdown, with a little bit of React e.g. for badges and quantity conversions.

https://recipes.worthwhile.app

Installing

yarn

Developing

yarn dev

Deploying

Before deploying, ensure references to all used CSS class names are included in the PurgeCSS config in postcss.config.js. This can be done with either content or whitelistPatterns. Any class names not referenced will have their styles purged from the build.

yarn deploy:production

About

kitchen-recipes-worthwhile.vercel.app


Languages

Language:JavaScript 88.2%Language:CSS 11.8%