Skip to content

nosyn/blog.nosyn.dev

Repository files navigation

blog.nosyn.dev 📄

My personal blog powered by @AstroPaper

🧞 Commands

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 cz Commit code changes with commitizen
pnpm run lint Lint with ESLint