An open API service indexing awesome lists of open source software.

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

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.