mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 09:21:48 -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