this repo has no description

Compare changes

Choose any two refs to compare.

Changed files
+5 -1
+4
.envrc
··· 1 1 use flake 2 + 3 + export BRAINTREE_URL=http://localhost:8001 4 + export STRIPE_URL=http://localhost:8001 5 + export PORT=8000
+1 -1
README.org
··· 6 6 *** Prerequisites 7 7 8 8 - [[https://hurl.dev][hurl]] :: CLI tool that runs http requests, similar to curl 9 - - [[https://docs.docker.com/desktop/][docker :: ]] Using docker to run project and mocks 9 + - [[https://docs.docker.com/desktop/][docker]] :: Using docker to run project and mocks 10 10 - [[https://just.systems/][just]] :: CLI runner 11 11 - [[https://jqlang.org/][jq]] :: (Optional) CLI tool to query JSON data 12 12