Skip to content

A tool created for making preset loadout images for the PvME guides.

Notifications You must be signed in to change notification settings

pvme/preset-maker

Repository files navigation

preset-maker

A web app for building RS3 presets and inventories, built with Vite.

Production URL: https://pvme.github.io/preset-maker/

Getting started

Install dependencies:

yarn install

Run the development server:

yarn run dev

Sorting JSON

To sort everything:

yarn run sort-all

To sort new items:

yarn run sort-items

To sort new relics:

yarn run sort-relics

To sort new familiars:

yarn run sort-familiars