Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 493 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 493 Bytes

nw-job-calculator

Small web tool which calculates how much resources need to get from level x -> y.

hosted at https://apps.otypes.de/nwdb/

Recipes/exp table data from https://nwdb.info

Add recipes

  • navigate to pub/data/recipes
  • add an file or edit an existing file.
  • Create an merge request
  • i'll look into it

Installation

if u want to host it yourself

  • clone repo (using git clone or download repo as .zip)
npm install
npm run dev