init
This commit is contained in:
commit
a153bf1bb4
9 changed files with 1808 additions and 0 deletions
7
justfile
Normal file
7
justfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue