Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 812 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 812 Bytes

FATE SRD (raw) document

Extracted from https://fate-srd.com/ - converted into markdown.

The FATE SRD is published under the terms of the CC-BY License.

Available SRDs

  • Fate Core,
  • Fate Accelerated,
  • Fate System Toolkit.

Setup

  • A working Python3 environment.
  • tox to create a complete virtualenv and run the builder.
  • Or, alternatively, you can use a plain virtualenv to run the builder.
  • To browse the SRD without converting it into HTML, you can use caddy that directly converts Markdown into web pages.

Build Markdown content

make build

Serve Markdown content

make serve

TODO

  • Problems with some bad emphasis (_my emphasis _. hello)