CraftTweaker-Documentation icon indicating copy to clipboard operation
CraftTweaker-Documentation copied to clipboard

Documentation for CraftTweaker

CraftTweaker-Documentation

Documentation for CraftTweaker

This is the source code for the documentation, you can find the actual site and documentation here

Setup:

Requires npm and nodejs

git submodule init 
git submodule update
npm install
cd site/
npm install

Build

npm run build

View Results

cd site
npm run dev

Look at the url that appears on your console, should contain localhost, paste that on the browser. Ctrl C twice will stop the execution.