Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.25 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.25 KB

My personal portfolio showing my UX and design projects/skills. The development of the website itself shows my development skills.

A screen recording of the homepage of the website. It shows the interaction with the element that looks like a rotary phone

Stack

Development

Command Action
bun install Installs dependencies
bun run dev Starts local dev server at localhost:3000
bun run build Builds production site to ./dist/
bun run astro ... Run CLI commands like astro add, astro check
bun run astro --help Get help using the Astro CLI