This repository features my own portfolio made in Astro.
- Responsive design
- Project showcase with links and descriptions
- Social media integration
- Astro: Static site generator
- Boxicons: Icon library for social media
Make sure you have Node.js and npm (Node Package Manager) installed on your computer before proceeding with the installation. Clone the repository and install dependencies:
git clone https://github.com/ImJustCri/Porfolio.git
gh repo clone ImJustCri/Portfolio
Then execute the following commands, in order:
cd Portfolio
npm i
Run the development server:
npm run dev