Skip to content

PurPur134/mcw-calc

 
 

Repository files navigation

Minecraft Wiki Interactive Tools

This is a repo for Vue apps and the build system (powered by Webpack) used by the MCW Interactive Tools project, which is aimed to explore how interactive tools and calculators might benefit reader experience.

If you are interested in this project, feel free to join the thread in #project-forum on MCW Discord.

Development

  1. Clone the repo
  2. Run pnpm install (if you don't have pnpm installed then install it first using corepack prepare pnpm@latest --activate)
  3. Run pnpm run dev
  4. Run this in your browser console with MCW open: localStorage.setItem('mcwCalcLocal', 'true')
  5. Go to User:Dianliang233/calc for a list of all tools; to invoke a specific tool use this <div class="mcw-calc" data-type="(TOOL NAME GOES HERE)"></div>
  6. If you want to quit development mode, don't forget to run localStorage.setItem('mcwCalcLocal', 'false')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.0%
  • Vue 5.9%
  • JavaScript 1.1%