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
+46-37Lines changed: 46 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,12 +54,9 @@ priority so will return non-200 status codes.
54
54
55
55
#+begin_src sh :results output verbatim :shebang "#!/usr/bin/env zsh"
56
56
urls=(
57
-
# These will not return a 200 response
58
-
https://bits.page.test
59
-
https://www.usebits.app.test
60
-
61
57
# These will work, provided you've applied the seeds in `bits.dev.realm`.
62
58
http://localhost:3000
59
+
https://bits.page.test
63
60
https://charlie.bits.page.test
64
61
https://charlie.bits.page.test
65
62
https://jcf.bits.page.test
@@ -76,8 +73,7 @@ done
76
73
#+end_src
77
74
78
75
#+results:
79
-
: ❌ https://bits.page.test (404)
80
-
: ❌ https://www.usebits.app.test (502)
76
+
: ✅ https://bits.page.test
81
77
: ✅ http://localhost:3000
82
78
: ✅ https://charlie.bits.page.test
83
79
: ✅ https://charlie.bits.page.test
@@ -113,6 +109,9 @@ done
113
109
- [[file:decisions/20251118100535-mission-over-saas-startup-playbook.org][Mission over SaaS startup playbook]]
114
110
- [[file:decisions/20251119230950-ci-can-wait.org][CI can wait]]
115
111
- [[file:decisions/20251129175326-clojure-over-rust.org][Clojure over Rust]]
112
+
- [[file:decisions/20260212183128-vanilla-js-over-clojurescript-for-bits-js.org][Vanilla JS over ClojureScript for bits.js]]
113
+
- [[file:decisions/20260214190732-datahike-vs-datomic-for-distributed-coordination-appendix-crypto-shredding.org][Crypto-Shredding for GDPR Compliance]]
114
+
- [[file:decisions/20260214190732-datahike-vs-datomic-for-distributed-coordination.org][Datahike vs Datomic for distributed coordination]]
116
115
117
116
** Dev tasks
118
117
#+begin_src sh :results output verbatim :exports results
@@ -124,10 +123,13 @@ just --list
124
123
Available recipes:
125
124
[build]
126
125
build # Build an AOT-compiled uberjar
126
+
build-datomic # Build Datomic Pro output
127
127
docker-build tag="bits:latest" # Build the Docker image
128
128
docker-run tag="bits:latest" *args # Run the Docker image against the local devenv database
0 commit comments