make preview-podmanPreview URL: http://localhost:8080
Stop it with:
make stop-podmanInstall dependencies:
make setup-localRun preview:
make preview-localPreview URL: http://127.0.0.1:4000
For live reload, use:
make preview-liveDefault livereload port: 35730 (override with make preview-live LIVERELOAD_PORT=35731)
If make preview-local says Missing 'observer' gem, run:
gem install observer- Create a branch:
git checkout -b feature/<name> - Make edits and preview continuously with
make preview-localormake preview-podman - Run a production-style check:
make build-local - Commit and push your branch, then open a PR into
main