Skip to content

neoneye/pdoom-calculator

Repository files navigation

pdoom-calculator

Interactive P(doom) calculator and stats pages.

Install the dependencies

Ruby 3.3 required. GitHub Pages uses Ruby 3.3.4; Ruby 4.x is not yet supported by the Jekyll/github-pages ecosystem.

If Homebrew updated you to Ruby 4.x, use Ruby 3.3:

brew install [email protected]
export PATH="/opt/homebrew/opt/[email protected]/bin:$PATH"

Then:

bundle install

Run the server on localhost

bundle exec jekyll serve
http://127.0.0.1:4000/pdoom-calculator/

Run the server on all network interfaces (for mobile testing)

bundle exec jekyll serve --host 0.0.0.0
http://0.0.0.0:4000/pdoom-calculator/

Access from your phone using your computer's local IP address (e.g., http://192.168.1.100:4000/pdoom-calculator/)

About

P(doom) calculator

Resources

License

Stars

Watchers

Forks

Contributors