Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This repo contains the A-OK Daily Image Generator. It is a Node 20 + TypeScript project that creates a new graphic every day.
Sign in to like and favorite skills
This repo contains the A-OK Daily Image Generator. It is a Node 20 + TypeScript project that creates a new graphic every day.
npm install to install dependencies.OPENAI_API_KEY, SHOPIFY_DOMAIN, SHOPIFY_STOREFRONT_TOKEN, VERCEL_DEPLOY_HOOK_URL.npm start to generate an image locally. The result is saved under public/daily/ and recorded in manifest.json.npm run build to compile TypeScript and ensure there are no errors before committing..github/workflows/daily.yml runs the generator twice per day on GitHub Actions.