- Character Generators
- Knave
- Cairn
- Old School Essentials (B/X D&D)
- Shadowdark RPG
- MÖRK BORG
- Dungeon Generators
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