@@ -41,15 +41,14 @@ Get started in seconds by building your new Clojure application and be productiv
4141## Features
4242
4343- 🏗️ Robust Clojure stack powered by Integrant and Reitit/Ring
44- - 🎨 Dynamic, zero-build frontend using HTMX & AlpineJS
45- - 💅 Modern styling with TailwindCSS v4
46- - 📦 Lightweight and Fast SQLite database
44+ - 🎨 Frontend using HTMX, AlpineJS and TailwindCSS v4
45+ - 📦 Lightweight and fast SQLite database
4746- 🔄 Zero-downtime deployment via Kamal
4847- ⚡ GitHub Actions CI/CD pipeline
49- - 🔥 Auto-reload and REPL-driven workflow for rapid development
50- - 🧪 E2E and integration testing setup with coverage
51- - ⚙️ deps.edn and Babashka tasks for efficient project management
52- - 📱 Basic PWA support (without service worker)
48+ - 🧪 E2E and unit testing setup with coverage
49+ - 🔍 Linting, formatting and deps version management
50+ - 📱 Basic PWA support out of the box (without service worker)
51+ - ⚙️ deps.edn and Babashka Tasks for efficient project management
5352
5453## Stack
5554
@@ -58,6 +57,7 @@ Get started in seconds by building your new Clojure application and be productiv
5857- ** Reitit** : Fast data-driven routing
5958- ** Ring/Jetty** : HTTP server adapter
6059- ** Hiccup** : HTML generation from Clojure data structures
60+ - ** Malli** : Data validation and specification
6161
6262### Database
6363- ** SQLite** : Lightweight, file-based database
0 commit comments