-
-
Notifications
You must be signed in to change notification settings - Fork 143
Home
T. Almroth edited this page Apr 15, 2025
·
4 revisions
Welcome to the FlyEnv wiki!
- Fork the project
- Clone the repository locally
git clone <repository-url>
- Install Node.js (Version 20+ recommended)
- Install Python (Version 3.12+ recommended)
- 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)
- Install node-gyp globally
npm install -g node-gyp
- Install project dependencies
npm install
- Launch development mode
npm run dev
Read more in DEV.md