This is Ed Johnson-Williams’s personal Astro blog, deployed on Netlify.
- Use pnpm for dependency and frontend-tool commands; use
pnpm dlxfor one-off binaries. - Run package scripts with
pnpm run <script>and installed executables withpnpm exec <command>. - Import Vite and Vitest APIs from
viteandvitest. - Validate changes with
pnpm run checkandpnpm test.