Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 651 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 651 Bytes

ka

See https://ka.srid.ca for project intro and details.

Development

This spins up a local server, rather than a GTK+ app (as the latter cannot be reloaded by ghcid):

bin/run ./guide

Running as GTK+ app

$(nix-build)/bin/ka ./guide  # Or pass your notebook directory

To install the GTK+ app, run nix-env -if . from project root. Then run ka /path/to/your/notebook to launch ka on your notebook.

(If the GTK+ app fails to launch for any reason, try the next section.)

Running as web app

JSADDLE_WARP_PORT=8080 $(nix-build --arg useWarp true)/bin/ka ./guide

Note: Firefox is unsupported.