Skip to content

Latest commit

 

History

History
103 lines (81 loc) · 2.54 KB

README.md

File metadata and controls

103 lines (81 loc) · 2.54 KB

OSR Tools

A collection of tools and generators for OSR-style TTRPG

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