Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1021 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 1021 Bytes

This is a project codenamed Meal AI that lets users generate weekly balanced meal plan for given ingredients.

Tech stack

Prerequisites

Getting Started

Clone this repository

git clone git@github.com:abhiomkar/MealAI.git
cd MealAI

Install dependencies

pnpm install

Local development server

pnpm run dev

Deploy

git push -u origin main