A wiki page dedicated to reverse engineering and modding Minecraft Bedrock Edition
All contributions to the wiki are incredibly appreciated
-
To build the bedrock-modding-wiki locally, first ensure that you have installed NodeJS
-
Once installed, run the command
npm install
to install the required packages. -
Finally to start the site locally, run the command
npm run docs:dev
.