Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.23 KB

readme.md

File metadata and controls

38 lines (33 loc) · 1.23 KB

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