itsnicksia / wizardry-daphne-guide

http://wizardry.fasterthoughts.io/
MIT License
1 stars 5 forks source link
wizardry

Wizardry Variants Daphne Community Guide

This guide is maintained by the community of the Wizardry Variants Daphne Discord Server and is a collaborative, ongoing work in progress.

We welcome contributions and corrections by the community!

How to Contribute

  1. Fork the repository on Github
  2. Make your changes in Markdown format
  3. Push your changes to your Github fork
  4. Create your pull request

Wait for a maintainer to review and apply your changes - that's it!

Requirements

How to host locally

Make sure you have installed MkDocs or have Docker installed locally.

Windows/MacOS/Linux (Local)

mkdocs serve

Windows (Docker)

docker run --rm -it -p 8000:8000 -v "%cd%":/docs squidfunk/mkdocs-material

MacOS/Linux (Docker)

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material