git ssb

0+

dust / spaceship-bridge



Branch:
dust committed first commit: reagent+sass+secretary+electronLatest: 1c68609 on 4/23/2016, 6:44:27 AM
📄.gitignore
📄LICENSE
📄README.md
📄boot.properties
📄build.boot
📁sass
📁src
README.md

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