To clone and run this repository you'll need Git and Node.js (v20) (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/aki-seven/ytdesktop.git
# Go into the directory
cd ytdesktop# If you do not have Yarn Installed / New to Node as a whole you can enable Yarn with:
corepack enable
# Install dependencies
yarn install
# Run the app
yarn startTo build for your platform you need to run yarn make, however please see the information below regarding the required additionally Software, Tools and Packages which are needed to successfully package into a nice installer file.
To download the full suite of Tools/Software needed to build the app it is recommended to install the suite of build tools that electron provide which includes Visual Studio, Python and other tools.
npm i -g @electron/build-tools
This will start downloading and installing, and may require a few prompts here and there to finalise everything.
Building the project on Linux only requires you to install:
- For building on Debian based Linux Distros like Ubuntu, you will need to install
fakerootanddpkg - For building on RedHat based Linux Distros like Fedora, you will need to install
rpmorrpm-build
A Thank you to all the original contributors of this project, without their work this project would have never made it to this stage.
