Skip to content

Z1xus/smoothie-blender

Repository files navigation

smoothie-blender

user-friendly web interface for smoothie-rs

preview

CodeFactor

this project runs smoothie-rs under the hood to process videos, check them out!

Development:

  1. Clone the repository
git clone https://github.com/Z1xus/smoothie-blender
  1. Install yarn (if you dont have it)
npm install --global yarn
yarn set version latest
  1. Install dependencies
yarn install
  1. Run it locally
yarn dev