This is a code bundle for Interactive Museum of Stories. The original project is available at https://www.figma.com/design/S2weqBWJeRcouzCyPKteTp/Interactive-Museum-of-Stories.
Run npm i to install the dependencies.
Copy .env.example to .env.local, then add your OpenAI API key:
OPENAI_API_KEY=your_openai_api_key_here
OpenAI is used for text-to-speech, image prompt writing, and generated story images.
Run npm run dev to start the development server.