Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 554 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 554 Bytes

Portfolio with Astro and TailwindCSS

This portfolio is built with Astro for peak performance and TailwindCSS for responsive styling. Known for its fast loading and adaptable design, it's perfect for showcasing personal projects and modern web development skills.

Basic Commands

Replace 'usuario/portafolio' with your actual GitHub repository path.

git clone https://github.com/usuario/portafolio
cd portafolio
# For npm users
npm install
npm start
# For Bun users
bun install
bun start