ai cooking
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #206 from paulgmiller/pmiller/updatereadme

README.md update

authored by

Paul Miller and committed by
GitHub
93b1de81 a4aae54f

+8 -15
+8 -15
README.md
··· 8 8 ## Configuration 9 9 10 10 The application is configured via environment variables: 11 - 11 + ### Mandatory 12 12 - `KROGER_CLIENT_ID` - Kroger API client ID (required) 13 13 - `KROGER_CLIENT_SECRET` - Kroger API client secret (required) 14 14 - `AI_API_KEY` - OpenAI or Anthropic API key (required) 15 + ### Optional 15 16 - `CLARITY_PROJECT_ID` - Microsoft Clarity project ID for web analytics (optional) 16 17 - `SENDGRID_API_KEY` - To allow sending weekly recipe lists via email 18 + 19 + if you're 17 20 - `ENABLE_MOCKS` - For testing if you have none of the above 18 21 19 22 ## Development 20 - 21 - ### Node/Tailwind 22 - 23 - Tailwind output is pinned to Node `20.11.1` and npm `10.5.0` (see `.node-version`/`.nvmrc` and `tailwind/package.json` engines). 24 - 25 - If you use nvm: 26 - 27 - ``` 28 - nvm install 20.11.1 29 - nvm use 30 - ``` 31 - 32 - Then regenerate CSS: 33 - 23 + See agents.md for some more but 24 + go test ./... on any go change 25 + and 34 26 ``` 35 27 bash tailwind/generate.sh 36 28 ``` 29 + if you change input css or any *.html 37 30 38 31 ## Live site 39 32