Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 934 Bytes

File metadata and controls

50 lines (32 loc) · 934 Bytes

IGRP Studio Horizon

An Electron application with React and TypeScript

📚 Versions Guide

Table comparing all versions of IGRP (vO | v1 | v2 | v3)

View Table

Recommended IDE Setup

Project Setup

Requirements

$ node -  "^20.19.0 || ^22.13.0 || ^23.5.0 || >=24.0.0". Got "22.12.0"

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn release:win

# For macOS
$ yarn release:mac
or
$ yarn release:mac:x64

# For Linux
$ yarn release:linux