This commit is contained in:
Waylon Walker 2025-07-15 12:30:09 -05:00
commit a153bf1bb4
9 changed files with 1808 additions and 0 deletions

7
justfile Normal file
View file

@ -0,0 +1,7 @@
serve:
python -m http.server 8080 -d site
create-schema:
./create-schema.sh
run-searchcraft:
podman run --name searchcraft -p 8000:8000 docker.io/searchcraftinc/searchcraft-core:latest