You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+25-74Lines changed: 25 additions & 74 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,8 @@ done
73
73
#+end_src
74
74
75
75
#+results:
76
-
: ✅ https://bits.page.test
77
76
: ✅ http://localhost:3000
77
+
: ✅ https://bits.page.test
78
78
: ✅ https://charlie.bits.page.test
79
79
: ✅ https://charlie.bits.page.test
80
80
: ✅ https://jcf.bits.page.test
@@ -112,6 +112,7 @@ done
112
112
- [[file:decisions/20260212183128-vanilla-js-over-clojurescript-for-bits-js.org][Vanilla JS over ClojureScript for bits.js]]
113
113
- [[file:decisions/20260214190732-datahike-vs-datomic-for-distributed-coordination-appendix-crypto-shredding.org][Crypto-Shredding for GDPR Compliance]]
114
114
- [[file:decisions/20260214190732-datahike-vs-datomic-for-distributed-coordination.org][Datahike vs Datomic for distributed coordination]]
115
+
- [[file:decisions/20260220174238-body-style-indentation-for-ui-component-functions.org][Body-style indentation for UI component functions]]
115
116
116
117
** Dev tasks
117
118
#+begin_src sh :results output verbatim :exports results
@@ -132,17 +133,18 @@ Available recipes:
132
133
css # Regenerate Tailwind CSS from template
133
134
fmt # Format project files
134
135
lint # Run lints
136
+
locales-build # Build translation bundles from .po files
137
+
locales-extract # Extract translatable strings to .pot file
135
138
market # Run the marketing site
136
139
mkcert # Create self-signed SSL certificates via mkcert
137
140
nrepl *args
141
+
perf *args # Run tests with performance tracing output
138
142
setup # Setup a local development environment
139
143
tailwind # Watch source code for Tailwind classes
140
144
test *args # Run tests
141
145
142
146
[docs]
143
147
decide +title # Create a new decision record
144
-
execute *args # Execute a prompt in a new Claude Code session
0 commit comments