Automatic fallacy detection using LLMs.
-
Setup on your system:
# to enter the devbox dev shell loaded by direnv direnv allow
-
Run the development stack
just dev
b1. List other useful commands by typing
just
- devbox and nix flakes for a reproducible dev environment: devbox.json
- direnv to automatically load dev environment when entering project directory: .envrc
- just runner for common commands used in development: justfile
- earthly Dockerfile-like CI with very good caching, locally runnable: Earthfile
- Scala programming language, compiled to javascript using ScalaJS
- Mill build tool: build.sc
- Vite hot reloading and bundling: vite.config.mts, main.js, index.html
- Mergify for automatic PR merging with a merge queue: .mergify.yml