Skip to content

Commit

Permalink
docs: Add Sora prompt submission instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin3go committed Feb 19, 2024
1 parent 6a098c1 commit 3d9efe8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@
[![Vuetify](https://img.shields.io/badge/Vuetify-1867C0?style=for-the-badge&logo=vuetify&logoColor=white)](https://vuetifyjs.com/)
[![License MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://opensource.org/license/mit/)


Collecting the highest quality prompts for Sora, providing creators, researchers, and technology enthusiasts with a tool for sharing, exploring, and discovering the latest Sora video creations.

![demo](./images/demo.png)

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2FJustin3go%2Fusesora)

</div>


## Features

TODO: Add features
- [x] Basic functionality implemented
- [ ] Collecting the highest quality prompts for Sora
- [ ] Customize modifications on satisfactory prompts using GPT integration.

## Installation

Expand All @@ -29,3 +31,11 @@ npm i -g pnpm
pnpm install
pnpm dev
```

## How to Submit a Prompt

1. Fork this repository.
2. Add your prompt to [`server/data/soraList.ts`](./server/data/soraList.ts) following the historical format.
3. Submit a PR (Pull Request).
4. Wait for review.

Binary file added images/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3d9efe8

Please sign in to comment.