Guess the real source prompt for an image created by generative AI. Beware the decoy prompts also created by generative AI from that image.
This is a SolidStart site.
It uses the SolidUI component library and TailwindCSS for styling.
Images (DALL-E 3) and decoy prompts (GPT-4o mini) are generated with OpenAI.
It is deployed to Netlify.
It persists game data in Netlify Blobs.
It uses the PNPM package manager.
You need the Netlify CLI for local development. (This is required to get local Netlify Blobs emulation.)
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
pnpm install |
Install dependencies |
netlify dev |
Start local dev server |
pnpm run build |
Build production site to ./dist/ |