Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 580 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 580 Bytes

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.