Skip to content

quinnlas/craft-helper

Repository files navigation

craft-helper

A recipe helper for games with crafting trees. Saves recipes in local storage, so it's entirely front end. Uses a straightforward iterative algorithm rather than the complex options described here:

https://alt-f4.blog/ALTF4-47/

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

A Vue webapp that computes recipe trees for video games such as Minecraft.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published