# sublunar.almanac browser based tool to find auspicious hours for magical operations [http://almanac.sublunar.space/](http://almanac.sublunar.space/) check the article [here](http://sublunar.space/2018-12-sublunar-almanac.html) ## 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`).