Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 527 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 527 Bytes

minecraft-launcher

An Electron application with React and TypeScript

Recommended IDE Setup

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux