Guide for developing Openinary locally
node --version # Should be >= 18.0.0
# Install pnpm if not already installed npm install -g pnpm@9.0.0 # Verify installation pnpm --version
brew install ffmpeg
apps/api/public/
git clone https://github.com/openinary/openinary.git cd openinary
pnpm install
pnpm dev
pnpm dev:api pnpm dev:web
docker compose --profile full up --build
docker compose --profile api up --build
Was this page helpful?