Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 581 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 581 Bytes

CraftTweaker-Documentation

Documentation for CraftTweaker

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

Setup:

git submodule init 
git submodule update
npm install
cd Docs-Site/
npm install

Serve:

npm run-script serve

Build

Will move the files into build/ in subfolders that the Docs-Site expects them in

npm run-script build

Testing:

Will check all the links on the markdown making sure they link to valid locations

npm run-script test