A multi-media editor for cutting and converting video clips, right in your browser.
The repository consists of a SvelteKit project running on Node.js. To get started with development, use the pnpm package manager to install all necessary dependencies.
Please note that due to the repository depending on a package from the GitHub registry, you may need to login first using pnpm login
.
# Log into the GitHub package registry with your username and token
pnpm login --registry=https://npm.pkg.github.com
# Install dependencies from package.json
pnpm install
After that, you're good to go - simply start a hot-reloading Vite server with pnpm dev
:
# Start the development server
pnpm dev
# Optionally, pass --open to immediately open the website in your browser
pnpm dev --open