To develop locally, run these commands:
bun install
bun --watch run watch.tsThen in a separate terminal:
bun run serveAlternatively, to start a hot-reload server for an individual blog post, use the serve.tsx script and pass the --post name as a command-line argument.