/my-recipe-docs

Personal library for managing recipes, plans, or other docs

Primary LanguageJavaScript

My Recipe Docs

Simple react app for managing personal recipes or other Markdown documents.

To run the app in development mode just npm start.

Recipe categories and articles are managed from src/index.json.

TODO: explain categories, tags, articles

MD documents are stored in the public/recipes directory, each wrapped in a folder with matching name. Any images for this recipe are stored in the same folder.

TODO: example structure