/rpg-builder

A one stop shop for systems, rules, character sheets, dice rollers, etc. for homebrewed RPG games.

Primary LanguageNunjucks

Tabletop Role-Playing Game? OMG!

ttrpgomg.com

Getting Started

# install dependencies
npm install

# run in development mode
npm start

# build the site for production
npm run build

# lint css and js
npm run lint

# lint html (run after site is built)
npm run lint:html

# run js tests
npm run test