https://github.com/gptscript-ai/story-book
Generative story book powered by Nuxt and GPTScript
https://github.com/gptscript-ai/story-book
Last synced: 11 months ago
JSON representation
Generative story book powered by Nuxt and GPTScript
- Host: GitHub
- URL: https://github.com/gptscript-ai/story-book
- Owner: gptscript-ai
- License: apache-2.0
- Created: 2024-04-02T14:51:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T15:29:50.000Z (about 2 years ago)
- Last Synced: 2024-04-25T16:42:31.360Z (about 2 years ago)
- Language: Vue
- Homepage: https://story-book-main.onrender.com/
- Size: 2.73 MB
- Stars: 5
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Story Book
Story Book is a web application that has an interface for users to input a prompt and number of pages. This information then generates a story based on the prompt. All generation is done using GPTScript on the backend with Nuxt serving as a framework around it.
## Running locally
1. Make sure you have at least Node v20.11.1 installed. If you don't, you can install it [here](https://nodejs.org/en/download).
2. Navigate to the `examples/story-book` directory.
```bash
cd examples/story-book
```
3. Start the Nuxt application by running the following commands:
```bash
npm i
npm run dev
```
4. Navigate to `http://localhost:3000` in your browser.