skymp-launcher/packages/client/README.md
Oleksandr Honcharov 64c7a49a00 client init
2025-02-10 13:55:25 +02:00

543 B

client-electron

An Electron application with React and TypeScript

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux