This site has all the rules for the Spacedoor! RPG system, along with helpful tools like character creators, character sheets, automatic dice roll utilities, and combat trackers.
Clone this repo, then install dependencies.
npm ciTo run in development mode:
npm startTo build the site for production:
npm run buildTo lint and run tests:
npm run lint
npm run test
# variants for seeing coverage or evaluation quality of tests
npm run test:ci
npm run test:mutate