Skip to content

adamgonzls/portfolio-v2.5-astro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio v2.5 (Astro)

Version 2.5 of my portfolio.

Check it out: Adam's Portfolio

About this Project

Technologies Used:

  • Astro
  • JavaScript (ES6)
  • REST API
  • Markdown
  • CSS
  • npm

Figma design file

Icons from iconify

Deployed via netlify

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000

🚀 Deployment

Command Action
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
ntl deploy Deploy to a unique preview URL
ntl deploy --prod Deploy the site into production