A web app for building RS3 presets and inventories, built with Vite.
Production URL: https://pvme.github.io/preset-maker/
Install dependencies:
yarn installRun a local development front-end server connected to a local back-end server:
yarn run devRun a local development front-end server connected to the production back-end server:
yarn run dev:prodBuild & push to repo (branch: gh-pages)
npm run deployTo sort everything:
yarn run sort-allTo sort new items:
yarn run sort-itemsTo sort new relics:
yarn run sort-relicsTo sort new familiars:
yarn run sort-familiars