Skip to content
T. Almroth edited this page Apr 15, 2025 · 4 revisions

Welcome to the FlyEnv wiki!

Development Environment Setup Guide

  1. Fork the project
  2. Clone the repository locally
git clone <repository-url>
  1. Install Node.js (Version 20+ recommended)
  2. Install Python (Version 3.12+ recommended)
  3. Configure Visual Studio Build Tools
  • Install Node.js and the "Desktop development with C++" workload.
  • Under Individual Components, add:
    • Windows SDK (version matching your target)
    • Spectre-mitigated libraries (required for security hardening)
  1. Install node-gyp globally
npm install -g node-gyp
  1. Install project dependencies
npm install
  1. Launch development mode
npm run dev

Read more in DEV.md

Clone this wiki locally