Skip to content

The main endpoint for the Community Lorebooks website.

License

CC-BY-SA-4.0, MPL-2.0 licenses found

Licenses found

CC-BY-SA-4.0
LICENSE-CC-BY-SA-4.0
MPL-2.0
LICENSE-MPL-2.0
Notifications You must be signed in to change notification settings

lorebooks-wiki/homepage

Community Lorebooks homepage

All Contributors

The homepage for lorebooks.wiki domain service itself, hosted on Netlify Cloudflare Pages, built with Mkdocs + Material theme. All of the documentation sources are at the src directory including our legal documents and documentation.

Local development

You might need to install pipenv, although we also generate static lockfiles at requirements.txt

  1. Install deps: pipenv install or pip3 intall -r requirements.txt
  2. Run localdev server: pipenv run mkdocs serve
  3. Edit as usual

License