# Script used to spin up a local webserver for development #!/bin/bash podman run -it --rm --init -p 3000:3000 $(podman build -q .)