Refactoring and updating code for deployment to a caprover server

This commit is contained in:
Jason Williams
2025-01-06 13:10:45 -07:00
parent deaa3d6841
commit 78a535d3a0
6 changed files with 25 additions and 28 deletions

4
local-test.sh Normal file
View File

@@ -0,0 +1,4 @@
# Script used to spin up a local webserver for development & testing
#!/bin/bash
podman run -it --rm -p 3000:80 $(podman build -q .)