Skip to content

Latest commit

History

History
17 lines (13 loc) 路 850 Bytes

File metadata and controls

17 lines (13 loc) 路 850 Bytes

Ed Johnson-Williams blog

https://edjohnsonwilliams.co.uk

Using Astro

馃 Commands

Command Action
pnpm install Installs dependencies
pnpm run dev Starts local dev server at localhost:4321
pnpm run build Build your production site to ./dist/
pnpm run check Run type and lint checks
pnpm test Run the unit tests
pnpm run format Format source files using Prettier
pnpm run post "Your post title" Create a new blog post with the given title