https://github.com/mastashake08/gpt-audiobook
Create short stories using ChatGPT
https://github.com/mastashake08/gpt-audiobook
chatgpt storytelling
Last synced: 7 months ago
JSON representation
Create short stories using ChatGPT
- Host: GitHub
- URL: https://github.com/mastashake08/gpt-audiobook
- Owner: mastashake08
- Created: 2023-01-25T09:13:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T17:31:31.000Z (over 2 years ago)
- Last Synced: 2025-01-11T00:12:31.384Z (9 months ago)
- Topics: chatgpt, storytelling
- Language: Vue
- Homepage: https://gpt-audiobook.jyroneparker.com
- Size: 17.9 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gpt-audiobook
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).