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
All recipes need to contain the following values in their frontmatter:
---
title: string
tags: string[]
date: Date
---