/dylf.dev

🌐 My personal website. Currently a work in progress while I figure out what content I want to put on here.

Primary LanguageAstro

My Personal Website 🕸️

This is my personal website. Currently a work-in-progress, doesn't actually do much but have some placeholder content right now.

Tech Stack

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/
npm run preview Preview your build locally, before deploying
pnpm run astro ... Run CLI commands like astro add, astro preview
pnpm run astro --help Get help using the Astro CLI