A homebrew conversion of Dungeons & Dragons 5th Edition into the Mass Effect Universe.
- Site is generated via Github Pages
- Multiple Google sheetss are converted via the ruby script generate.rb
If you'd like to make suggestions for the system itself, check out the contributing guide in the about section.
If you want to contribute code, see below.
- You need to have Bundler installed
gem install bundler
- Clone the repo
- Within the site dir:
bundle install
To run locally:
jekyll serve
orbundle exec jekyll serve
- Site is available at localhost:4000
- Do everything in the working on the site section (including running
jekyll serve
) - Install node.js
- execute the following commands
- cd into the phb-app directory
npm install
To run locally:
gulp serve
- Site will be available at localhost:3000
To build a distribution:
- in phb-app, run
gulp
, and commit the compiled code