mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 17:01:46 -03:00
434 B
434 B
Build Instructions
Prerequisites
Install dependencies:
npm install
Building
Build for current platform:
npm run build
Build for specific platform:
Windows:
npm run build:win
Linux:
npm run build:linux
macOS:
npm run build:mac
Build for all platforms:
npm run build:all
Built executables will be in the dist/ directory