This project is a web application that generates authentic Myanmar recipes based on user-selected ingredients. It features a modern UI with Tailwind CSS and Shadcn components, and integrates with a Cloudflare worker to generate images of the recipes.
Clone the Repository:
git clone https://github.com/yourusername/myanmar-recipe-generator.git
cd myanmar-recipe-generator
Install Dependencies:
npm install
Run the Development Server:
npm run dev
Build for Production:
npm run build
Start the Production Server:
npm start
src/services/imageGeneration.ts
..env
file.Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License.