alephmatic / full-stack-ai

Generate a full-stack Next.js app from an AI prompt
https://fsai.elie.tech
259 stars 44 forks source link

Full installation instructions #2

Closed brown7477 closed 11 months ago

brown7477 commented 11 months ago

I was trying to install this to test it but the instructions are not helpful. Please change the README to include full installation instructions to run the script.

elie222 commented 11 months ago

This issue isn't helpful because it doesn't explain what problems you faced. The installation instructions are as shown in th README:

export OPENAI_API_KEY=...
npx fsai gen "Build a clone of Twitter called StackPrompt where people prompt instead of tweet. Allow users to follow one another and to like prompts. Use GitHub for log in. Charge users a monthly fee for premium functionality."

Where OPENAI_API_KEY is something like sk-xyz123.

elie222 commented 11 months ago

Closing till there's more info on the bug.