Post-Archiver-Viewer To view Post Archiver Preview Author List Post Debug or Build Frontend cd frontend; bun install; bun run dev; Backend # dev profile will proxy 5137 (vite server for HMR) cargo run Deploy cd frontend; bun install; bun run build; cd ..; cargo build -r;