new README
This commit is contained in:
parent
4148308b66
commit
ce49c5ff5f
27
README.md
27
README.md
|
|
@ -1,11 +1,30 @@
|
|||
# AppCut
|
||||
|
||||
Oh boy, we're back with another open-source project.
|
||||
A free, open-source video editor for web, desktop, and mobile.
|
||||
|
||||
This time, we're destroying CapCut.
|
||||
## Why?
|
||||
|
||||
Let's fucking go.
|
||||
- **Privacy**: Your videos stay on your device
|
||||
- **Free features**: Every basic feature of CapCut is paywalled now
|
||||
- **Simple**: People want editors that are easy to use - CapCut proved that
|
||||
|
||||
## Features
|
||||
|
||||
- Timeline-based editing
|
||||
- Multi-track support
|
||||
- Real-time preview
|
||||
- No watermarks or subscriptions
|
||||
|
||||
## Development
|
||||
|
||||
```bash
|
||||
cd apps/web
|
||||
npm install
|
||||
npm run dev
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under MIT. [Details](LICENSE)
|
||||
MIT [Details](LICENSE)
|
||||
|
|
|
|||
Loading…
Reference in New Issue