mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-06 07:28:53 -05:00
Update README.md
This commit is contained in:
parent
c163d50b95
commit
a29ee08f9c
@ -4,28 +4,28 @@ A modern browser-based video editing tool built with React and TypeScript that i
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- ⏱️ Trim video start and end points
|
- ⏱️ Trim video start and end points
|
||||||
- ✂️ Split videos into multiple segments
|
- ✂️ Split videos into multiple segments
|
||||||
- 👁️ Preview individual segments or the full edited video
|
- 👁️ Preview individual segments or the full edited video
|
||||||
- 🔄 Undo/redo support for all editing operations
|
- 🔄 Undo/redo support for all editing operations
|
||||||
- 🔊 Audio mute controls
|
- 🔊 Audio mute controls
|
||||||
- 💾 Save edits directly to MediaCMS
|
- 💾 Save edits directly to MediaCMS
|
||||||
|
|
||||||
## Tech Stack
|
## Tech Stack
|
||||||
|
|
||||||
- React 18
|
- React 18
|
||||||
- TypeScript
|
- TypeScript
|
||||||
- Vite
|
- Vite
|
||||||
- Tailwind CSS
|
- Tailwind CSS
|
||||||
- Express (for development server)
|
- Express (for development server)
|
||||||
- Drizzle ORM
|
- Drizzle ORM
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
- Node.js (v20+) - Use `nvm use 20` if you have nvm installed
|
- Node.js (v20+) - Use `nvm use 20` if you have nvm installed
|
||||||
- Yarn or npm package manager
|
- Yarn or npm package manager
|
||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
|
|
||||||
@ -119,12 +119,12 @@ npm run deploy
|
|||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
- `/src` - Source code
|
- `/src` - Source code
|
||||||
- `/components` - React components
|
- `/components` - React components
|
||||||
- `/hooks` - Custom React hooks
|
- `/hooks` - Custom React hooks
|
||||||
- `/lib` - Utility functions and helpers
|
- `/lib` - Utility functions and helpers
|
||||||
- `/services` - API services
|
- `/services` - API services
|
||||||
- `/styles` - CSS and style definitions
|
- `/styles` - CSS and style definitions
|
||||||
|
|
||||||
## API Integration
|
## API Integration
|
||||||
|
|
||||||
@ -146,6 +146,7 @@ npx prettier --write src/
|
|||||||
Or for specific file types:
|
Or for specific file types:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
cd frontend-tools/video-editor/
|
||||||
npx prettier --write "client/src/**/*.{js,jsx,ts,tsx,json,css,scss,md}"
|
npx prettier --write "client/src/**/*.{js,jsx,ts,tsx,json,css,scss,md}"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user