Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

1. Installation

Tristan Chin edited this page Jul 3, 2022 · 1 revision

Requirements

To run this project on your computer (or on a cloud server), you'll need these installed:

  • NodeJS v16 (Other versions might work, this is the version it was developed with)
  • FFMPEG

Installation

Run the following commands in a terminal. Note that you can also download a previous version of the server on the Releases page, instead of cloning the repo.

# Clone the project (unless you downloaded it from the Releases page)
git clone https://github.com/maxijonson/video-merger.git
# or (SSH)
git clone [email protected]:maxijonson/video-merger.git

# Navigate to the project directory
cd video-merger

# Install dependencies
npm i
Clone this wiki locally