Skip to content

clipship/clipship.github.io

Repository files navigation

clipship

A multi-media editor for cutting and converting video clips, right in your browser.

Screenshot

Development

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

About

A multi-media editor for cutting and converting video clips, right in your browser.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published