npx --yes gitpick ithacaxyz/porto/tree/main/examples/standalone porto-standalone && cd porto-standalone
build
docker buildx build --tag porto-standalone --file Dockerfile . --no-cache --progress=plain --tag porto-standalone
run
docker run --publish 3000:3000 --rm -it porto-standalone:latest
once done, visit
visit http://localhost:3000