"Probe" = "rehearsal" in German. Pronounced PRO-beh (listen)
Probematic is a web tool to help an anarchist band manage itself. Built with Clojure and HTMX.
Canonical repo: https://github.com/Ramblurr/probematic
- You need clojure installed
clj
- You need node/npm installed to build the CSS
- You probably want some editor that can connect to the dev repl
# start dev services
docker compose -f docker-compose.dev.yml up -d
# term 1, starts the nrepl
bb repl-portal
# term 2
bb watch-css
# in your editor, open user.clj
# connect to the nrepl
# (dev)
# (go)
This software is licensed under the GNU AGPL v3.0 or later.
probematic
Copyright (C) 2022-2024 Casey Link
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.