sublunar.almanac/README.md

612 B

sublunar.almanac

browser based tool to find auspicious hours for magical operations

http://almanac.sublunar.space/

check the article here

Running without PHP (WASM path)

  • Build wasm assets: podman run --rm --userns=keep-id -v $(pwd):/src:Z -w /src/lib/sweph docker.io/emscripten/emsdk make -f JSMakefile clean pmom install
  • Serve statically with Caddy (example in Caddyfile): caddy run --config Caddyfile
  • Ensure js/pmom.js and js/pmom.wasm are served (Caddyfile sets application/wasm for *.wasm).