# Start a new project
curl -fsSL https://raw.githubusercontent.com/thijs-creemers/boundary-starter/main/scripts/bootstrap.sh | bash
cd boundary-starter && bb setup
# REPL-driven development
export JWT_SECRET="change-me-dev-secret-min-32-chars"
export BND_ENV="development"
clojure -M:repl-clj
# Scaffold a new module (interactive)
bb scaffold
# Run all tests
clojure -M:test:db/h2