Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 547 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 547 Bytes

RPG: Spacedoor!

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.

Getting Started

Clone this repo, then install dependencies.

npm ci

To run in development mode:

npm start

To build the site for production:

npm run build

To 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