Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 631 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 631 Bytes

jok

office jukebox

hacking

prerequisites:

  1. install leiningen
  2. install java
  3. install gpg

running in dev mode:

  1. lein deps
  2. lein ring server
  3. sanity-check "-Djna.library.path" in :jvm-opts of project.clj

repls:

  • nrepl-jack-in from emacs
  • ./cljs-repl.sh

old code:

  • resources/public/css
  • resources/public/js
  • src/jukebox_player
  • src/jukebox_web

running

Try lein ring war and run it in a container for now. We need a self-supporting binary, though.

license

Since we're using vlcj, we're stuck with GPL 3.0+. Sorry kids.