PiMi Launcher (Minecraft)
Find a file
2023-06-20 17:19:55 +03:00
.vscode Initial commit 2023-06-19 17:28:04 +03:00
build feat: launch, download info 2023-06-20 16:19:36 +03:00
resources Initial commit 2023-06-19 17:28:04 +03:00
src fix: get appdata 2023-06-20 17:19:55 +03:00
.editorconfig Initial commit 2023-06-19 17:28:04 +03:00
.eslintignore Initial commit 2023-06-19 17:28:04 +03:00
.eslintrc.cjs Initial commit 2023-06-19 17:28:04 +03:00
.gitattributes Initial commit 2023-06-19 17:28:04 +03:00
.gitignore feat: launch, download info 2023-06-20 16:19:36 +03:00
.prettierignore Initial commit 2023-06-19 17:28:04 +03:00
.prettierrc.yaml Initial commit 2023-06-19 17:28:04 +03:00
dev-app-update.yml Initial commit 2023-06-19 17:28:04 +03:00
electron-builder.yml feat: launch, download info 2023-06-20 16:19:36 +03:00
electron.vite.config.js fix: version selection, path to data 2023-06-20 16:47:10 +03:00
LICENSE Initial commit 2023-06-19 17:28:04 +03:00
package-lock.json feat: launch, download info 2023-06-20 16:19:36 +03:00
package.json fix: version selection, path to data 2023-06-20 16:47:10 +03:00
postcss.config.js feat: launch, download info 2023-06-20 16:19:36 +03:00
README.md Initial commit 2023-06-19 17:28:04 +03:00
tailwind.config.js feat: launch, download info 2023-06-20 16:19:36 +03:00

pimi-launcher

An Electron application with React

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