Makefile 535 B

123456789101112131415161718192021222324
  1. export JUMPLUFF_DATA ?= data
  2. export JUMPLUFF_CONFIG ?= var/config.json
  3. export DISCORD_TOKEN ?=
  4. export JUMPLUFF_INLINE_DELIMITER ?= ,
  5. export JUMPLUFF_QUERY_PREFIX ?=
  6. export JUMPLUFF_HOSTED_BY ?=
  7. export OSM_TILE_SERVER ?=
  8. LUMO_PORT ?= 5555
  9. deps:
  10. lein deps
  11. npm install \
  12. "lumo-cljs@1.9.0" \
  13. "discord.js@^11.4.2" \
  14. "csv@^4.0.0" \
  15. "fuse.js@^3.3.0"
  16. run:
  17. ./node_modules/.bin/lumo -K -D andare:0.7.0 -c src -m jumpluff.core
  18. run-with-socket:
  19. ./node_modules/.bin/lumo -n "${LUMO_PORT}" -K -D andare:0.7.0 -c src -m jumpluff.core