The no.1 AI App in the world for finding the right recipes for you. It generates recipes with the items you have at Home, with details of calories, macros etc.
The project is made with Htmx and GO.
To setup the local dev server. First make sure to have go with version 1.22 or higher.
Make sure to Fork this project and then clone this repo
git clone <this-repo>If you have air installed, make sure you are in the project folder and start server by running this command
npm run tailwind # Have to re-run after tailwindcss changes
airIf you're not using air, you can just run it using GO
npm run tailwind
go run main.goDon't forget to run it again after changes
From there you can go to localhost:8080 to listen to the server