SketchPiece / project-equestria

Pocket Equestria Launcher by Sketch Piece

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Equestria Project

Launcher for Minecraft on Electron

Features

  • Java validation and installation
  • Full validation based on information from the server and installation of game files

Installation

# backend dependencies
$ npm install
# frontend/client dependencies
$ npm run client:install

Running the app

Backend:

To check the installation of the game files in the launcher, you need to install the files in the minecraft folder

Example files

# backend development
$ npm run start

# backend watch mode
$ npm run start:dev

# build backend for production mode
$ npm run build

# backend production mode
$ npm run start:prod

Client:

# client development
$ npm run client:dev

# build client
$ npm run client:build

About

Pocket Equestria Launcher by Sketch Piece


Languages

Language:JavaScript 71.8%Language:Vue 17.9%Language:TypeScript 9.7%Language:EJS 0.6%