This blog is based on AstroPaper.
docker run -it --rm \
-p 4321:4321 \
-v "$PWD":/app \
-w /app \
node:lts \
sh -lc "corepack enable && corepack prepare pnpm@latest --activate && pnpm install && pnpm dev --host 0.0.0.0 --port 4321"Licensed under the MIT License, Copyright © 2025
Made with 🤍 by Sat Naing 👨🏻💻 and contributors.