Initial commit

This commit is contained in:
2026-06-04 06:24:56 +02:00
commit 282f4864c4
111 changed files with 8083 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# meal-plan-frontend
This folder is part of the **DailyMeals** solution. Open `../DailyMeals.sln` in Rider, not this directory alone.
## npm without Homebrew
From the **DailyMeals** root:
```bash
./scripts/install-node.sh
cd meal-plan-frontend
../scripts/npm install
../scripts/npm run dev
```
Or add to your shell for this session:
```bash
export PATH="$(cd .. && pwd)/.toolchain/node-v22.22.0-darwin-arm64/bin:$PATH"
```