Skip to content
Merged
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
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,4 +474,29 @@ Made with ❤️ for everyone who just wants to edit a video without the hassle.

</div>

---
---

## Troubleshooting

### Installation fails
- Ensure you're on [Bun](https://bun.sh) (this project uses `bun.lock`, not npm/yarn) with Node.js 20.9+.
- Run `bun install`.
- Delete `node_modules` and `bun.lock`, then reinstall if issues persist.

### Environment variables not loading
- Verify that a `.env.local` file exists (see `.env.example` for the required keys).
- Restart the development server after making changes — env vars are only read at startup.

## FAQ

### How do I start the project?
Run:

```bash
bun install
bun run dev
```

### How do I report a bug?
Please open a GitHub issue with reproduction steps and relevant logs.