Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 305 Bytes

File metadata and controls

24 lines (18 loc) · 305 Bytes

Prerequisites

  • Node.js 18+
  • npm or yarn

Setup

# Install dependencies
npm install

# Run in development mode
npm run dev

# Build application
npm run build

# Build installer (Windows)
npm run build:setup

# Build portable 7z
npm run build:7z

# Build portable zip
npm run build:zip