Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 6.62 KB

File metadata and controls

64 lines (38 loc) · 6.62 KB

Drive Desktop

Windows

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

Addon

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

Core

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

Setup

Windows

Prerequisites

Make sure you have the following tools installed before running the project:

nvm install 24
nvm use 24
  • node-gyp
npm install -g node-gyp

alt text alt text

Environment variables

Before running the application for the first time, you must create a .env file.

  • Copy the template file: cp .env.template .env
  • Fill in the required environment variables in .env.

Install and run

Initialize the development environment:

npm run init:dev
npm run clamav # optional

Start the application:

npm run start