Files: 1c6860950766a4374f50d28c62707f3897061a41 / README.md
1150 bytesRaw
spaceship-bridge
description
this is a companion interface to spaceship. the goal is to help contextualise the work there and enable graphical usage.
how to run
dev mode
you'll need lein and boot for a development environment, as well as electron-prebuilt or something like it.
once you've sorted those, run boot watch dev-build
in the repo root directory,
and while you've got that running, run electron target/
.
for console REPL access, run boot repl -c
from the repo root directory, then
eval (start-repl)
once you've got a prompt.
production
according to
martin klepsch on
whose system this project is based, the way to package up an electron app is
with electron-packager
:
electron-packager target/ spaceship-bridge --platform=darwin --arch=x64 --version=0.31.2
packaging up the whole ship, engines and all, is still in the works.
Built with git-ssb-web