Skip to content

wcervini/wcervini.github.io

Repository files navigation

wcervini.github.io

Astro Deploy

Personal portfolio site built with Astro. Hosted on GitHub Pages.

🚀 Quick start

npm install
npm run dev

Open localhost:4321 in your browser.

📦 Commands

Command Action
npm install Install dependencies
npm run dev Start dev server at localhost:4321
npm run build Build the site to dist/
npm run preview Preview the production build locally

🧱 Project structure

src/
├── components/   # Header, Hero, Projects, Skills, Footer
├── layouts/      # Base HTML layout
├── pages/        # Site pages (index.astro)
└── styles/       # Global styles (global.css)

🚢 Deployment

The site is automatically deployed to GitHub Pages via GitHub Actions on every push to the master branch.

📄 License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors