Getting Started
This guide will help you set up NukeVideo for local development using Docker.
Prerequisites
Installation
1. Clone the repository
bash
git clone https://github.com/chikenare/nukevideo.git
cd nukevideo2. Configure environment
bash
cp .env.example .env3. Start the services
bash
docker compose -f docker-compose.yml up -dNext Steps
- Video Processing — Learn about the encoding pipeline.
- API Reference — Start integrating with the API.