Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 473 Bytes

File metadata and controls

23 lines (14 loc) · 473 Bytes

Deep Dungeon Compendium

Contributors: please read the contributing guidelines.

Local Development

Requirements:

  • Ruby (see .ruby-version for the required version)
  • Bundler (gem install bundler if needed)

To run:

bundle install
bundle exec jekyll serve

Site will be available at http://localhost:4000

Deployment

Github pages deploys are handled via workflow (see .github/workflows/deploy-github-pages.yml).