Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 2.24 KB

README.md

File metadata and controls

33 lines (25 loc) · 2.24 KB

布魯諾的筆記

介紹

嗨,我是余俊毅,是個前端開發人員! 這是我個人的學習筆記

使用技術

( 部落格模板修改自開源專案:連結

指令

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm run dev Starts local dev server at localhost:3000
pnpm run build Build your production site to ./dist/
pnpm run preview Preview your build locally, before deploying
pnpm run format:check Check code format with Prettier
pnpm run format Format codes with Prettier
pnpm run sync Generates TypeScript types for all Astro modules. Learn more.
pnpm run lint Lint with ESLint