Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


<div align="center">
<img src="https://socialify.git.ci/ARYPROGRAMMER/Video-Generator-AI/image?description=1&descriptionEditable=This%20Next.js%20application%20generates%20videos%20based%20on%20client-provided%20Queries&font=Bitter&forks=1&issues=1&language=1&name=1&owner=1&pattern=Solid&pulls=1&stargazers=1&theme=Dark" alt="Video-Generator-AI" />

Expand Down Expand Up @@ -106,7 +108,15 @@ NEXT_PUBLIC_OPENAI_API_KEY=<your-openai-api-key>

> ⚠️ **Warning**: The app may not function correctly if the my API keys are expired or invalid. Please ensure your own valid API keys are added to avoid disruptions.

### 4. Run the App
### 4. Push Database Schema

Sync your database tables with the Drizzle ORM schema by running:

```bash
npm run db:push
```

### 5. Run the App

```bash
npm run dev
Expand All @@ -123,4 +133,3 @@ We welcome contributions! Please fork the repository, make your changes, and sub
## License

Distributed under the GNU GPL License. See [LICENSE](LICENSE) for more information.