Skip to content

mswsn/recipes

Repository files navigation

Marcus' recipes

A recipe website without the bloat. Inspired by Based Cooking but made with a different set of tools, mainly Astro and Tailwind CSS.

# Install
pnpm install

# Run
pnpm run dev

# Build
pnpm run build

Recipe formatting

All recipes need to contain the following values in their frontmatter:

---
title: string
tags: string[]
date: Date
---