Skip to content

internxt/drive-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node Ask DeepWiki Lines of Code Maintainability Rating Security Rating Reliability Rating Vulnerabilities Code Smells Duplicated Lines (%) Technical Debt Coverage Bugs

Setup

This guide explains how to set up and build the drive-desktop project.

Prerequisites

Before proceeding, ensure you have the following tools installed:

  • NVM

https://github.com/coreybutler/nvm-windows

  • Node.js 20
nvm install 20
  • node-gyp
npm install -g node-gyp
  • Python 3.10

Install using win store

  • Visual Studio (not VS Code) for building native dependencies.

alt text alt text

Build Steps

npm run init:dev
npm run clamav # optional
npm run start