Files
DailyMeals/meal-plan-frontend
2026-06-24 22:56:40 +02:00
..
2026-06-04 06:24:56 +02:00
2026-06-04 06:24:56 +02:00
2026-06-24 22:56:40 +02:00
2026-06-04 06:24:56 +02:00
2026-06-04 06:24:56 +02:00
2026-06-04 06:24:56 +02:00
2026-06-04 06:24:56 +02:00
2026-06-24 21:43:40 +02:00
2026-06-24 21:43:40 +02:00
2026-06-04 06:24:56 +02:00
2026-06-04 06:24:56 +02:00
2026-06-24 21:43:40 +02:00
2026-06-04 06:24:56 +02:00
2026-06-04 06:24:56 +02:00

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:

./scripts/install-node.sh
cd meal-plan-frontend
../scripts/npm install
../scripts/npm run dev

Or add to your shell for this session:

export PATH="$(cd .. && pwd)/.toolchain/node-v22.22.0-darwin-arm64/bin:$PATH"