Skip to content

phrohdoh/wip-tauri-cljs

Repository files navigation

work-in-progress tauri + cljs

screenshots

development setup

setup macOS environment for tauri development

after 👆, you can use asdf to manage java and nodejs (see the .tool-versions file in the root this repo) or any other solution/approach, whatever works for you

build

  1. execute the following in a terminal on the host machine
npm install
  1. then execute, in that same terminal, the following
npm run watch
  1. execute the following in a different terminal on the host machine
npm run tauri dev
  1. wait anywhere from 2 to 15 minutes (or longer 😅)

  2. hopefully, see a window

TODOs

  • get Calva jack-in REPL connection working, currently getting this:
; Error while connecting cljs REPL: TypeError: Cannot read property 'search' of undefined