Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.46 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.46 KB

An open source recipe generator powered by OpenAi and ChatGPT.

hero

Warning This project is still in development and is not ready for production use.

Features

Running Locally

  1. Clone the repository and install the dependencies
git clone https://github.com/vishnu252005/moms-recipe.git
cd moms-recipe
pnpm install
pnpm dev
  1. Copy the .env.example to .env and update the variables.
cp .env.example .env
  1. Start the development server
pnpm run dev

License

Licensed under the MIT license.