Skip to content
forked from chunky-dev/docs

Chunky website and documentation (work in progress).

License

Notifications You must be signed in to change notification settings

Creeper553/docs

 
 

Repository files navigation

Chunky logo

Chunky Manual

Chunky is a Minecraft rendering tool that uses Path Tracing to create realistic images of your Minecraft worlds. View the website here.

Build Instructions

This site uses mkdocs. Python version 3.5 or greater is required.

  1. Clone this repository.

  2. (optional) Set up a Python virtual environment.

  3. Install the required packages with pip by using the command, pip3 install -r requirements.txt.

  4. If running Windows, simply run serve.bat. Otherwise, change the working directory to ./ChunkyDocs.

  5. Serve the site for development by using the command, python -m mkdocs serve.

  6. Build a preview of the final site by using the command, python -m mkdocs build.

With Docker

If you don't have Python installed, you can also use Docker.

  • Serve the site for development by using the command, docker run --rm -it -p 8000:8000 -v ${PWD}/ChunkyDocs:/docs squidfunk/mkdocs-material.

  • Build a preview of the final site by using the command, docker run --rm -it -v ${PWD}/ChunkyDocs:/docs squidfunk/mkdocs-material build.

License

Except where otherwise noted, the content of the Chunky Manual is available under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license.

About

Chunky website and documentation (work in progress).

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.3%
  • CSS 38.2%
  • Batchfile 0.5%