modulepackage
0.0.0-20240421102339-f432285b056a
Repository: https://github.com/jothishjj/chefassistantai.git
Documentation: pkg.go.dev
# README
ChefAssistantAI
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.
Contributing
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
air
If you're not using air, you can just run it using GO
npm run tailwind
go run main.go
Don't forget to run it again after changes
From there you can go to localhost:8080
to listen to the server