/osr-tools

A collection of tools for OSR-style TTRPG games

Primary LanguageTypeScriptCreative Commons Zero v1.0 UniversalCC0-1.0

OSR Tools

A collection of tools and generators for OSR-style TTRPG
OSR logo Designed for use with Old-School Essentials For use with Cairn Compatible with Mork Borg Designed for use with Shadowdark RPG

Coverage

Features

Getting Started

Pre-requisites:

Clone the repo:

git clone https://github.com/riccjohn/osr-tools

cd osr-tools/

Install the correct Node version.

The project's current node version is listed in the .tool-versions file. If you're using a node version manager like asdf with the asdf nodejs plugin, you should be able to run asdf install to get the correct version.

Install dependencies

yarn install

Start the development server

yarn dev

Open http://localhost:3000 with your browser to see the result.

Tests

yarn test

Linter

yarn lint