Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 520 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 520 Bytes

OMPM Launcher

The launcher for custom Minecraft mod packs

Preview of launcher

The list of mod packs modPacks

The mod pack editor MPEditor


Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron app for production
npm run build

# lint all JS/Vue component files in `app/src`
npm run lint

# run webpack in production
npm run pack