PiMi Launcher (Minecraft)
Find a file
2023-06-19 18:41:52 +03:00
.vscode Initial commit 2023-06-19 17:28:04 +03:00
build Initial commit 2023-06-19 17:28:04 +03:00
resources Initial commit 2023-06-19 17:28:04 +03:00
src feat: routes 2023-06-19 18:41:52 +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 Initial commit 2023-06-19 17:28:04 +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 Initial commit 2023-06-19 17:28:04 +03:00
electron.vite.config.js feat: routes 2023-06-19 18:41:52 +03:00
LICENSE Initial commit 2023-06-19 17:28:04 +03:00
package-lock.json feat: routes 2023-06-19 18:41:52 +03:00
package.json feat: routes 2023-06-19 18:41:52 +03:00
README.md Initial commit 2023-06-19 17:28:04 +03:00
tailwind.config.js feat: routes 2023-06-19 18:41:52 +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