2018-12-09 12:41:21 +01:00
|
|
|
# sublunar.almanac
|
|
|
|
|
browser based tool to find auspicious hours for magical operations
|
2018-12-09 13:02:46 +01:00
|
|
|
|
2018-12-09 13:21:53 +01:00
|
|
|
[http://almanac.sublunar.space/](http://almanac.sublunar.space/)
|
|
|
|
|
|
2018-12-24 20:43:11 +01:00
|
|
|
check the article [here](http://sublunar.space/2018-12-sublunar-almanac.html)
|
2025-12-22 15:00:43 +02:00
|
|
|
|
|
|
|
|
## 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`).
|